Skip to content
pannous edited this page Nov 5, 2020 · 1 revision

Falsey objects/constants are those that act as false in statements such as if, while

if x then y else z

0 zero false not true () empty node / set null non-existent == nil,ø
unknown maybe existent undefined maybe-existent, maybe error missing existent but absent and required? error internal error

Internally they are those with explicit operator Node::bool() == false

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally