mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +03:00
8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
:let x : String
|
|
:let x = "foo"
|
|
:exec putStrLn x
|
|
:exec putStrLn x
|
|
"bar"
|
|
:exec putStrLn it
|
|
:q
|