!include once #1034831 // Gazelle 22 Function Include for Testing scope test_leftArrowScript_antiComma svoid test_leftArrowScript_antiComma() { new TestFunctionValues(l1 leftArrowVerbose) // basic use: ll < plus 1 2 = ll (plus 1 2) .io([[ ll < plus 1 2 ]], ll(3)) // comma binds weaker on the right of an anti-comma .io([[ ll < neg, plus 1 2 ]], ll(-3)) // not decided yet if it does the same on the LHS //.io([[ l, ll < neg, plus 1 2 ]], ll(-3)) .run(); }