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

16 lines
155 B
Markdown

# META
~~~ini
description=Simple assignment and variable access
type=repl
~~~
# SOURCE
~~~roc
» x = 5
» x
~~~
# OUTPUT
assigned `x`
---
5
# PROBLEMS
NIL