v/vlib/compiler/tests/repl/conditional_blocks/if.repl
2020-01-20 23:04:26 +01:00

5 lines
46 B
Text

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