Idris2/tests/idris2/evaluator/interpreter007/input
2023-09-07 14:57:22 +01:00

8 lines
92 B
Plaintext

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