Clinton A. Pierce wrote:

At 08:46 AM 10/26/2002 -0700, Ramesh Ananthakrishnan wrote:

I have this code

set S12 ""
set I0 0
WHILE:
concat S12 "hi"
add I0 1
lt I0 10 WHILE
print S12
ret
Well.... S12 does not Concatenate.

> The example seems to run fine here.

Placing commas between operands would make it running fine IMHO, e.g.:

set S12, ""

dunno, it assemble.pl runs above lines correctly.

Syntax checks is not one of the features where assemble.pl shines. I did have stranges results with e.g. missing braces or P0[1} ...

leo



Reply via email to