Help for this page
sub some_sub { print "(@_)\n"; ... }; some_sub( "test", "ing" );
(newArg test ing)