Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 717 Bytes

InstructionDocStructure.md

File metadata and controls

33 lines (23 loc) · 717 Bytes

Each Regular Instruction is documented according to the following template:

Back to overview


Instruction Name (optional: Abbreviation)


Description

General description of the purpose of the Instruction.

Parameters

Name Type Description Required Default Value
Parameter name String Does a thing. "Hello World"
Parameter name 2 Number Also does a thing. 5
Parameter name 3 Boolean Does a thing as well. true

Note: There will never be a parameter of type undefined.

Examples:

Example #X: Example description.

1:  AACS Code

Remarks:


Back to overview