Y
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
u320
1281 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.
link
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