7 ms·
No other language that does what? Have out parameters? Many have that, even Pascal.
by panzi 1mo ago
No other language that does what? Have out parameters? Many have that, even Pascal.
- SA9G 1mo agoNo (scripting) language with 2 parameter lists, the second all Var (to use the Pascal syntax). I could have included a Var keyword instead to differentiate, but a) that would complicate the variadic nature of scScript parameter lists and b) didn't quite look C-like to my eyes. (Then again I also have two Map functions in there for arrays and dicts.... so I should not claim purity.) (Yes, I stole them from LISP :-)