Special variables: Difference between revisions

Content deleted Content added
Line 700:
}
concat("a", "b", "c"); // returns "abc"</lang>
 
=={{header|Lua}}==
 
* arg - global table containing command line parameters
 
=={{header|Mathematica}}==