-
-
Notifications
You must be signed in to change notification settings - Fork 4
space
Pannous edited this page Sep 18, 2021
·
2 revisions
space is a builtin operator acting as:
- marker to end data/expression: In
{a:1 b:2}
the value of a ends after '1' - list builder:
[1 2 3]
==[]<<1<<2<<3
- within expression, it distinguishes between 1+1 and 1 +1 == [1 1] (sign) etc See significant whitespace