RosettaCodeData/Task/Loops-Infinite/E/loops-infinite-2.e
2023-07-01 13:44:08 -04:00

5 lines
52 B
Text

def f() {
println("SPAM")
f <- ()
}
f <- ()