Hacker News new | ask | show | jobs
by dragonwriter 2532 days ago
> So := is 'gets a truthy value from'?

No, “if <expression>” expands to “if <expression> has a truthy value”.

“<var> := <expression>” is itself an expression, which can be best (IMO) read in English as “<var> (which is <expression>)”