Cosmos Released for Open-Source+eBook
cosmoslang.wordpress.com1 pointsby mccosmos0 comments
rel q()
true
false
...
rel main()
if(q())
...
Indeed, having an 'else' that negates the condition would get tough for complicated conditions. Negation-by-failure and soft-cut ('choose') have their own problems in certain circumstances. (s="a" and x=2) or true
There is an implicit else.
Edit: I had to click "Restart with addons disabled (safe mode)" for those wondering.