lama_byterun/lama-compiler/regression/test026.lama

5 lines
92 B
Text
Raw Normal View History

var x = read (), y = read ();
write (
if x then 6 else 8 fi +
if y then 12 else 16 fi
)