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