mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-05 15:08:00 +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
|