bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Short circuiting expressions like OR and AND


From: Ala'a Mohammad
Subject: [Bug-apl] Short circuiting expressions like OR and AND
Date: Sat, 17 Sep 2016 17:48:42 +0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]