SyntaxFix
Write A Post
Hire A Developer
Questions
In addition to Juliano's answer about behavior of "or": it's "fast"
>>> 1 or 5/0 1
So sometimes it's might be a useful shortcut for things like
object = getCachedVersion() or getFromDB()