tests for parser and virtualmachine now work! Running test.moo is now able to successfully call built-in functions --HG-- branch : mung
9 lines
No EOL
115 B
Text
Executable file
9 lines
No EOL
115 B
Text
Executable file
serverlog("hello");
|
|
part = 1;
|
|
if (part)
|
|
vvv = 3;
|
|
vxx = "abc";
|
|
else
|
|
vvv = #-1; vvx = $nothing;
|
|
endif
|
|
serverlog(vvv); |