Idris2/tests/idris2/interpreter007/input
2021-01-27 23:14:41 +00:00

8 lines
92 B
Plaintext

:let x : String
:let x = "foo"
:exec putStrLn x
:exec putStrLn x
"bar"
:exec putStrLn it
:q