Re: [Felix-language] symbol collision

2007-07-22 Thread skaller
On Sun, 2007-07-22 at 22:25 +1000, Rhythmic Fistman wrote: > On 7/22/07, skaller <[EMAIL PROTECTED]> wrote: > > On Sun, 2007-07-22 at 21:27 +1000, Rhythmic Fistman wrote: > > > the file > > > > > > #import > > > > > > var done = false; > > > > > > > > > doesn't compile... > > > > Well of course no

Re: [Felix-language] symbol collision

2007-07-22 Thread Rhythmic Fistman
On 7/22/07, skaller <[EMAIL PROTECTED]> wrote: > On Sun, 2007-07-22 at 21:27 +1000, Rhythmic Fistman wrote: > > the file > > > > #import > > > > var done = false; > > > > > > doesn't compile... > > Well of course not .. 'done' is a keyword. How/when is it used? I often use while { not done } { }

Re: [Felix-language] symbol collision

2007-07-22 Thread skaller
On Sun, 2007-07-22 at 21:27 +1000, Rhythmic Fistman wrote: > the file > > #import > > var done = false; > > > doesn't compile... Well of course not .. 'done' is a keyword. -- John Skaller Felix, successor to C++: http://felix.sf.net