It's...magic. Really : ) It was so easy yet I'm so confused and I'm in
anticipation of new knowledge XD Thanks.
But could you please explain or provide a link where I can learn more about
varargs ? I didn't find info that clearly told me how it works. I see that it's
a little bit more complex than C# params
[int,getId]
Run
means that you return an array of ints. But what's the idea of adding
,getId
Run
\- it's a procedure. How does it work?
Why
Run
is without the type? In what situations I can write like that?
I like the language but It's very different from what I used to know : ))