Modulo Operator %%
Waldemar Horwat
waldemar at google.com
Wed Aug 14 02:12:28 UTC 2019
On 8/13/19 7:27 AM, Michael Haufe wrote:
> I would prefer the syntax be ‘a mod b’ consistent with my wishlist item:
This can bring up various syntactic troubles. What does the following do?
let mod
+3
Is it calling the mod operator on the variable named "let" and +3? Or is it defining a variable named "mod" with no initializer, followed by an expression?
Waldemar
More information about the es-discuss
mailing list