11 lines
No EOL
154 B
Text
Executable file
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"); |