Update SPECIFICATION.MD
This commit is contained in:
parent
145407da41
commit
cf20daa6a1
|
@ -82,8 +82,10 @@ strings are always utf8, other formats will need to be done manually
|
|||
|
||||
## logical
|
||||
|
||||
### true
|
||||
- `true` bool
|
||||
|
||||
### false
|
||||
- `false` bool
|
||||
|
||||
### panic
|
||||
|
@ -98,9 +100,7 @@ calling panic on a variable that has an error will halt execution of the node th
|
|||
|
||||
A list will act similar to a list in LISP, it is esentially a block of memory that has an internal "length" and other operations.
|
||||
|
||||
syntax
|
||||
|
||||
(item1 item2 …)
|
||||
( «item» «item2» … `)`
|
||||
|
||||
### Basic operators
|
||||
|
||||
|
|
Loading…
Reference in New Issue