Y
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
pastrami_panda
1281 days ago
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?
link
u320
1281 days ago
There are no bools in Verse conditionals. That doesn't mean that there are no bools in the language at all.
link