Hi, Some languages support short circuiting evaluation for example in Python
known([word]) or known(edits1(word)) or known(edits2(word)) or [word]
Returns the first part ( 'or' is the delimiter) that return a True
(not False of which is the empty {}, others are None 0 "" () [])
Do I need to use definition with goto/labels in APL? or How to express
this in APL?
Regards,
Ala'a
