Hacker News new | ask | show | jobs
by pastrami_panda 1281 days ago
Reading half of it I'm struggling to see why they chose the semantic 'false?'. How do you read it? It sounds like a question, why not just 'false'?
1 comments

AFAICT: Just "false" would be a regular boolean value. The question mark turns it into a logic value so it can be used in conditionals.
But there are no bools in Verse so seems the keyword isn't taken and could have just been syntactic sugar for 0 from what I can tell?
There are no bools in Verse conditionals. That doesn't mean that there are no bools in the language at all.