|
FUNCTION make_maths_real_variable (values_space : maths_space, name : label) : maths_real_variable; RETURN ( maths_real_variable ( ) || maths_variable ( values_space , name ) || generic_variable ( ) || simple_generic_expression ( ) || generic_expression ( ) || real_numeric_variable ( ) || numeric_variable ( ) || variable ( ) ) ; END_FUNCTION; -- make_maths_real_variable |
|
public class FMake_maths_real_variable public static Value run(SdaiContext _context, Value values_space, Value name) |