Index
Output

TAB

TAB

Description

Pushes a tab character to the stack as a string. Useful for printing

Examples

Trace( Concat (Concat("COL1" TAB) "COL2"))

Index