|
FUNCTION make_elementary_function (func_id : elementary_function_enumerators) : elementary_function; RETURN ( elementary_function ( func_id ) || maths_function ( ) || generic_expression ( ) || generic_literal ( ) || simple_generic_expression ( ) ) ; END_FUNCTION; -- make_elementary_function |
|
public class FMake_elementary_function public static Value run(SdaiContext _context, Value func_id) |