Difference between revisions of "Call"

4 bytes removed ,  11:12, 19 February 2018
no edit summary
imported>Lubronbrons
(Created page with "{{Function | origin = OBSE | name = Call | summary = calls a user-defined function. Should be followed by a list of arguments matching the types expected by the function....")
 
imported>Lubronbrons
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Function  
{{Function  
  | origin = OBSE
  | origin = OBSE
  | name = Call
  | name = ref.Call function:ref arg1:multi arg2:multi ... arg10:multi
  | summary = calls a user-defined function. Should be followed by a list of arguments matching the types expected by the function. If a calling reference is specified, commands within the function body will operate on that reference. Call returns whatever value is returned by the function.
  | summary = calls a user-defined function. Should be followed by a list of arguments matching the types expected by the function. If a calling reference is specified, commands within the function body will operate on that reference. Call returns whatever value is returned by the function.
  | returnVal = multi
  | returnVal = returnValue
  | returnType = returnValue
  | returnType = multi
  | arguments = ref.Call function:ref arg1:multi arg2:multi ... arg10:multi
  | arguments =  
  }}  
  }}  


Anonymous user