Hacker News new | ask | show | jobs
by u320 1282 days ago
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.
1 comments

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.