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

180 B

META

description=two strings
type=repl

SOURCE

» 1 + 1
» 0.1 + 0.2
» "Hello, World!"
» []

OUTPUT

2

0.3

"Hello, World!"

[]

PROBLEMS

NIL