call

Category

Control flow commands

Syntax

call(A);

Description

Logic A is executed once. If it is not already loaded into memory, it is loaded before being called and then unloaded again afterwards.

See also

call.v

load.logics