|
FUNCTION type_check_function (the_type : GENERIC, sub_names : SET [0:?] OF STRING, criterion : INTEGER) : LOGICAL; IF (( NOT EXISTS ( the_type ) ) OR (NOT ({0<= criterion <=3})) OR |
|
public class FType_check_function public static Value run(SdaiContext _context, Value the_type, Value sub_names, Value criterion) |