Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rl:primitives [2020/11/21 23:02] sprowellrl:primitives [2020/11/21 23:04] (current) – [Boolean Literals] sprowell
Line 35: Line 35:
 ===== Boolean Literals ===== ===== Boolean Literals =====
  
-The Boolean literals ''TRUE'' and ''FALSE'' are parsed as ''TRUE: BOOLEAN'' and ''FALSE: BOOLEAN''.  If the symbol+The Boolean literals ''TRUE'' and ''FALSE'' are parsed as ''TRUE: BOOLEAN'' and ''FALSE: BOOLEAN''.  As with root terms, if the symbol is intended and not the Boolean literal, it must be quoted or an explicit type given, as with '''TRUE' ''and ''FALSE: SYMBOL''.
  
 ===== The Map Type ===== ===== The Map Type =====