Control flow commands
Syntax
load.logics.v(vA);
Description
Loads logic vA is into memory. You should do this if you are going to call it a lot, to save the interpreter having to load it and unload it every time it calls it.
See also
load.logics
call