3 lines
53 B
Text
3 lines
53 B
Text
|
|
x = 42
|
||
|
|
if x < 50 then print "small" else print "big"
|