Overview
Schemas
Index
Production_rule_arm (jsdai.SProduction_rule_arm)
FUNCTION
local_vars_of
(thing : GENERIC) : SET [0:?] OF
Scalar_variable
;
LOCAL
accum : SET [0:?] OF Scalar_variable := [];
END_LOCAL;
RETURN (local_vars_aux(thing, accum));
END_FUNCTION; -- local_vars_of
public class FLocal_vars_of
public static Value run(SdaiContext _context, Value thing)