|
FUNCTION required_0d_nodes (node_list : LIST [1:?] OF node_representation) : BOOLEAN; RETURN ( SIZEOF ( node_list ) = 1 ) ; END_FUNCTION; -- required_0d_nodes |
|
public class FRequired_0d_nodes public static Value run(SdaiContext _context, Value node_list) |