r
captures the "rest" of the line<
Okay, I'll take a look at it, thanks for the answerr
sound i[id]
?r
r
and understood how it worksi[some]s[some2]?i[some3]?i[some4]?i[some5]
1. logic with args
10 hello 5
1. logic NumArguments NumArguments != 3
arguments admissible to logic
10 hello
10 hello 5 0
2. logic with args
10 hello 5 0 10
2. logic NumArguments NumArguments != 5
arguments admissible to logic
10 hello 5
unacceptable
10 hello 5 0 10 0 - I don't care, I will work. (edited)