|
FUNCTION pplt_get_gm (input : printed_tiebar_template) : SET [0:?] OF shape_representation; LOCAL gm : SET OF shape_representation := [ ] ; END_LOCAL ; RETURN ( gm ) ; END_FUNCTION; -- pplt_get_gm |
|
public class FPplt_get_gm public static Value run(SdaiContext _context, Value input) |