From cf20daa6a158581bd5f7f2aaa3912e9a5557dbb9 Mon Sep 17 00:00:00 2001 From: zongor Date: Sat, 20 Jul 2024 16:10:03 -0400 Subject: [PATCH] Update SPECIFICATION.MD --- SPECIFICATION.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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