(Created page with "{{Instruction_Top}} ==== Description ==== This instruction is effectively a subroutine. ==== Uses ==== Optimal usage tends to be breaking code down into more repeatable sections in cases where you would use the same string of instructions multiple times. ==== Similar Instructions ==== ==== Notes ==== Any unused sub-behaviors that aren't called by a call instruction get trimmed out of the behavior. {{Instruction_Bottom}}") |
(No difference)
|
Revision as of 20:02, 11 September 2023
call |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
File:Instructions-call.png
|
||||||||||||
Call a subroutine
|
Description
This instruction is effectively a subroutine.
Uses
Optimal usage tends to be breaking code down into more repeatable sections in cases where you would use the same string of instructions multiple times.
Similar Instructions
Notes
Any unused sub-behaviors that aren't called by a call instruction get trimmed out of the behavior.
Instructions | |
---|---|
Unit | |
Move | |
Component | |
Flow | |
Math | |
Global |