View Single Post
2goth4U
Junior Member
 
Join Date: Mar 2012
Location: Vancouver BC
Posts: 6

Old March 6th, 2012, 05:59 AM
variable is a subset of argument

function (arg1, arg2, arg3)

the three arguments arg1, arg2 and arg3 could be variables, but they could also be pointers to objects (which means you can pass an object as an argument). They could also be literals.

Last edited by 2goth4U; March 6th, 2012 at 06:04 AM.
2goth4U is offline   #5 Reply With Quote