|
FUNCTION local_vars_of (thing : GENERIC) : SET [0:?] OF scalar_variable_armx; LOCAL accum : SET [ 0 : ? ] OF scalar_variable_armx := [ ] ; 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) |