1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-20 10:02:03 +03:00
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