mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
10 lines
116 B
Text
10 lines
116 B
Text
|
|
|
||
|
|
if (7 < 5)
|
||
|
|
print("4c: failure 1");
|
||
|
|
elseif (9 < 6)
|
||
|
|
print("4c: failure 2");
|
||
|
|
else
|
||
|
|
print("4c: ok");
|
||
|
|
endif
|
||
|
|
|