mung/test.moo
cecilkorik a70737f90f implementing database and VM error handling
added crypt and pbkdf2 libraries for password hashing

--HG--
branch : mung
2015-10-27 14:50:59 -06:00

11 lines
No EOL
154 B
Text
Executable file

serverlog("hello");
part = 1;
if (part)
vvv = 3;
vxx = "abc";
else
vvv = #-1; vvx = $nothing;
endif
serverlog(vvv);
serverlog(#0.test);
serverlog("what");