Echo: Difference between revisions
Jump to navigation
Jump to search
(create page) |
|||
Line 13: | Line 13: | ||
[[Category:Console Commands]] | [[Category:Console Commands]] | ||
[[Category:Core Console Commands]] |
Revision as of 16:09, 22 October 2021
Displays text to the console
Syntax
echo <text>
Examples
echo Hello world
Special use
When appended to a key bound to a + statement (but only directly), the key code will be appended
bind shift “+duck; echo key :”
key : 79
will be seen in the console twice; once on press, once on release.