|
FUNCTION get_operands (operandz : SET [0:?] OF entity_or_view_or_subtype_expression) : SET [0:?] OF entity_or_subtype_expression; LOCAL operands : SET OF entity_or_subtype_expression := [ ]; |
|
public class FGet_operands public static Value run(SdaiContext _context, Value operandz) |