FUNCTION make_maths_tuple_literal

(* SCHEMA mathematical_functions_schema; *)
FUNCTION make_maths_tuple_literal(lit_value : LIST OF maths_value)
                                 : maths_tuple_literal;
  RETURN (maths_tuple_literal (lit_value)
    || generic_literal()
      || simple_generic_expression()
        || generic_expression() );
END_FUNCTION;  -- make_maths_tuple_literal

Referenced By

Defintion make_maths_tuple_literal is references by the following definitions:
DefinitionType
 convert_to_operand FUNCTION


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00