6 lines
46 B
Plaintext
6 lines
46 B
Plaintext
|
if true {
|
||
|
println('foo')
|
||
|
}
|
||
|
===output===
|
||
|
foo
|