Next: , Previous: , Up: Definitions   [Index]


3.22.1.15 Printing Flags

The printing flags affect the textual expression reconstruction.

See Printing.

X1f4_E4_DETAIL_CONSTANTS

indicates that the numeric constants should be suffixed (the cardina ones with ‘z’, the integer ones with ‘i’, the real ones with ‘r’).

See Expression Syntax.

X1f4_E4_DETAIL_IMPLICITS

indicates that the function argument implicit conversion should be marked. Note that the resulted expresion has an invalid syntax.

X1f4_E4_DETAIL_OPERATORS

indicates that the types of the operator arguments should be marked. Note that the resulted expresion has an invalid syntax.

See x1f4_nprint_expression.

See x1f4_print_expression.

See x1f4_vprint_expression.