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

155 B

META

description=Simple assignment and variable access
type=repl

SOURCE

» x = 5
» x

OUTPUT

assigned x

5

PROBLEMS

NIL