Skip to content

Parameters

Ori Roth edited this page Apr 2, 2017 · 3 revisions

Spartan programming also dictates that each parameter is passed with least variability and interaction with other components of the program. The following is a list of methods of passing parameter in descending order of preference.

  1. Input parameters
  2. Output parameters
  3. Onput-output parameters
  4. By-reference parameters
  5. By-name parameters
Clone this wiki locally