It is _not_ a single argument, it can take any number of arguments, you can do `myfunc x, y, z`, you can choose what you need and want to, depends on what are you doing, and `myfunc"string argument"` is also possible, it allows you to chain functions, like `"argument".myfunc.otherfunc.anotherfunc()`.
- Which is the preferred style: call(x) or call x marks
- Re: Which is the preferred style: call(x) or call x juancarlospaco
