v/vlib/compiler/tests/repl/default_printing.repl

8 lines
59 B
Plaintext
Raw Normal View History

2019-08-12 15:09:38 +02:00
num := 1
string := 'Hello'
num
string
===output===
1
2019-08-18 17:21:48 +02:00
Hello