3 lines
63 B
Text
3 lines
63 B
Text
|
|
foo=3+7 { assigns 3+7 to foo }
|
||
|
|
3+7:?foo { assigns 10 to foo }
|