Defining Functions as Decision Tables - Gnorion/BizVR GitHub Wiki

Defining Functions as Decision Tables

Example image

image

  • The keyword "function" identifies the table as a function definition.
  • Any arguments are enclosed in parentheses
  • Only args passed in are accessible to the function

(open: use a return keyword or a variable with the same name as the function?)