Created a page for the Bell node. |
Corrections |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name= | |Name=\a | ||
|Category=Constants | |Category=Constants | ||
|Outputs= | |Outputs= | ||
Line 8: | Line 8: | ||
|}} | |}} | ||
The <code>Bell</code> node is a character literal constant | The <code>Bell</code> node is a character literal constant for the "Bell" character (Unicode: U+0007). | ||
The Bell character was used to make a sound or flash the screen to get the attention of operators that were using older computer systems. This is no longer relevant in something like Resonite, but is provided for completeness. | |||
== Outputs == | == Outputs == |
Latest revision as of 14:59, 17 April 2024
\a
Constants
The Bell
node is a character literal constant for the "Bell" character (Unicode: U+0007).
The Bell character was used to make a sound or flash the screen to get the attention of operators that were using older computer systems. This is no longer relevant in something like Resonite, but is provided for completeness.
Outputs
* (char)
The character literal constant of the Bell character.
See Also
Wikipedia article about the Bell. [1]
Wikipedia article about Control Characters. [2]