roc/test/snapshots/repl/repl_basic_example.md
2025-08-15 11:27:44 +10:00

22 lines
191 B
Markdown

# META
~~~ini
description=two strings
type=repl
~~~
# SOURCE
~~~roc
» 1 + 1
» 0.1 + 0.2
» "Hello, World!"
» []
~~~
# OUTPUT
2
---
0.3
---
"Hello, World!"
---
<list_of_zst>
# PROBLEMS
NIL