diff --git a/SPECIFICATION.MD b/SPECIFICATION.MD index 79c55b4..91ffb6c 100644 --- a/SPECIFICATION.MD +++ b/SPECIFICATION.MD @@ -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