|
|
|
|
|
by maweki
935 days ago
|
|
> Every use of operators can be considered a syntax trick That's blatantly false for strict languages, like JavaScript. For a function, all arguments are evaluated before the function is evaluated. For operators this is not true. On the and-case, the second argument is only evaluated if the first one evaluates to something true-ish. You can only use this supposed and()-function, if you pass closures instead of values and not every language has those. |
|
While at it we should also remove curly braces and go with Basic's if/end if, function/end function and so on.