lama_byterun/lama-compiler/regression/test025.lama

3 lines
47 B
Text
Raw Normal View History

var x = read ();
write (if x then 3 else 5 fi)