Re: [Inform] Difference between "


18 Nov 1995 14:02:20 GMT

Joe Mason <joe.mason@tabb.com> wrote:
> So if I want another property that puts words in the dictionary, I
> definitely have to use double quotes? Okay, fair enough.

No, for properties other than `name', you must use single quotes for
dictionary words, for example

Property adjective;
Object BigRedCube
with name "cube",
adjective 'red' 'big';

-- 
Gareth Rees