olety / cjass

Preserving cjass code from code.google.com/p/cjass
0 stars 0 forks source link

DEFINE ERROR #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
define {
    while(cond) = whilenot(not(cond))
}

show it:

define
{ 
while (cond) whilenot(not(cond)),

enddefine 

[08] Critical Erro: bad char 

=S

Original issue reported on code.google.com by LuizpBi...@gmail.com on 8 Dec 2011 at 2:55

GoogleCodeExporter commented 9 years ago
you don't need a while define in last ver.

Original comment by doctorge...@gmail.com on 1 Jan 2012 at 10:03