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


1.28.2 Character class: constants

backspace

Returns the character ’backspace’

bell

Returns the character ’bel’

cr

Returns the character ’cr’

eof

Returns the character ’eof’, also known as ’sub’

eot

Returns the character ’eot’, also known as ’Ctrl-D’

esc

Returns the character ’esc’

ff

Returns the character ’ff’, also known as ’newPage’

lf

Returns the character ’lf’, also known as ’nl’

newPage

Returns the character ’newPage’, also known as ’ff’

nl

Returns the character ’nl’, also known as ’lf’

nul

Returns the character ’nul’

space

Returns the character ’space’

tab

Returns the character ’tab’