v/compiler/tests/repl/default_printing.repl

7 lines
58 B
Plaintext
Raw Normal View History

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