You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With several other natural (LambdaMoo Lcode) and natural-like (Lua) languages I have programmed in, the operator which corresponds to EasyCommands' 'Contains' is tokened as 'In'. This synonym lends itself to similarly precise meaning, while simultaneously resulting in smaller Easyscript size (by virtue of fewer characters)
use in context of a 'For Each' command shouldn't be ambiguous, as typically logical expressions are not utilized as primary evaluators of any arguments expected by a 'For Each' command. In edge cases where it might, style should strongly encourage and/or syntax should require use of parens to force context
The text was updated successfully, but these errors were encountered:
With several other natural (LambdaMoo Lcode) and natural-like (Lua) languages I have programmed in, the operator which corresponds to EasyCommands' 'Contains' is tokened as 'In'. This synonym lends itself to similarly precise meaning, while simultaneously resulting in smaller Easyscript size (by virtue of fewer characters)
use in context of a 'For Each' command shouldn't be ambiguous, as typically logical expressions are not utilized as primary evaluators of any arguments expected by a 'For Each' command. In edge cases where it might, style should strongly encourage and/or syntax should require use of parens to force context
The text was updated successfully, but these errors were encountered: