roc/test/snapshots/repl/repl_basic_example.md
2025-11-29 12:54:28 -05:00

22 lines
180 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!"
---
[]
# PROBLEMS
NIL