mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
155 B
155 B
META
description=Simple assignment and variable access
type=repl
SOURCE
» x = 5
» x
OUTPUT
assigned x
5
PROBLEMS
NIL