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