Really nice compilation, Robert!
I'd suggest adding the short alternative to lengthOf(varX), varX.length, to both the string and array sections:
text = "hello";
array = newArray(a, "world");
print(text.length, array.length, array[1].length);
It comes really handy.
Cheers!
Really nice compilation, Robert!
I'd suggest adding the short alternative to
lengthOf(varX),varX.length, to both the string and array sections:It comes really handy.
Cheers!