mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
8 lines
No EOL
107 B
Text
8 lines
No EOL
107 B
Text
var a := 5;
|
|
case (a)
|
|
4:
|
|
print( "four" );
|
|
5:
|
|
print( "five" );
|
|
endcase
|
|
print("done"); |