setSynopsisset set() DescriptionSource takes a names script file as its first argument and optionally subsequent arguments. It runs the names script file using JGrok, with the parameters becoming the variables @1,@2 etc. within this script. @0 provides the name of the script executed. $# provides a count of the numer or inputsExample script file$0 $1 $2 $# Example
>> source("scriptfile","A","B")
scriptfile
A
B
2
See Alsoparse |
|