Corrections |
Add clarification about being unrelated to input events. |
||
Line 9: | Line 9: | ||
The <code>Tab</code> node is a character literal constant for the "Tab" character (Unicode: U+0009). | The <code>Tab</code> node is a character literal constant for the "Tab" character (Unicode: U+0009). | ||
This node is about the text character. Its usage should not be confused with that of [[Type:Key|keyboard keys]] used for handling input. | |||
== Outputs == | == Outputs == |
Revision as of 15:12, 17 April 2024
\t
Constants
The Tab
node is a character literal constant for the "Tab" character (Unicode: U+0009).
This node is about the text character. Its usage should not be confused with that of keyboard keys used for handling input.
Outputs
* (char)
The character literal constant of the Tab character.
See Also
Wikipedia article about the Tab. [1]