mung/test.moo
cecilkorik dcaeb7145f refactored massive language file, separating into language_types and bytecode
tests for parser and virtualmachine now work!
Running test.moo is now able to successfully call built-in functions

--HG--
branch : mung
2015-09-23 14:38:03 -06:00

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);