Next: String Assignment Operator Example, Previous: Side Effects Operators, Up: Infix Binary Operators [Index]
Infix binary operators syntax may include a suffix. The suffix marker will belong to the same character set as the infix marker.
The suffix is introduced via the operator second extension, the one
struct x1f4_2ndscope_type
record pointed to by the extension2
field of the struct x1f4_operator_type
definition.
See struct x1f4_operator_type.
See struct x1f4_2ndscope_type.
The extension is observed if the X1f4_E4_E2ND_LINK
bit is included in
the value of the flags
attribute of the operator definition.
See Operator Flags.
A struct x1f4_postmark_type
record describing the postfix syntax will be
indicated by the post
attribute of the struct x1f4_2ndscope_type
record and the X1f4_E4_POST_MARK
bit will be included in the value of
the bits
field of the same struct x1f4_2ndscope_type
record.