v/vlib/compiler/tests/repl/conditional_blocks/if.repl

6 lines
46 B
Plaintext

if true {
println('foo')
}
===output===
foo