Jump to content

Trigraph (computing)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 92.232.150.252 (talk) at 10:26, 9 November 2008 (Initial import from Mark Hobley's Perl Programming Wiki). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Trigraphs are three-character sequences used to enter single conceptual characters that cannot be entered from the computer keyboard for various reasons: obsolete keyboard, input of special characters is required, the text editor reserves some characters for special use, etc. Trigraphs can also be used to extend the keyboard.

Different systems have different sets of defined Trigraphs.

Trigraphs Operators in Perl

  • Trigraph Operators* are operators that are represented by three character symbols. Perl supports the following trigraph symbols:

Arithmetic Combination Assignment Operators

    • = exponent

Shift Combination Assignment Operators

<<= Binary Shift Left >>= Binary Shift Right

Logical Combination Assignment Operators

||= OR &&= AND

Ellipsis Operator

... ellipsis

See Also

Digraph_(computing)