Terminal control/Coloured text: Difference between revisions

no edit summary
m (added whitespace before the table of contents (TOC).)
No edit summary
Line 101:
 
</lang>
 
=={{header|Arturo}}==
 
<lang arturo>str "Hello World"
 
print $(color str "red")
print $(color str "green")
print $(color str "blue")
print $(color str "magenta")
print $(color str "yellow")
print $(color str "cyan")
print $(color str "black")
print $(color str "white")</lang>
 
=={{header|AutoHotkey}}==
[[Image:AutoHotkey_terminal_control_coloured_text.jpeg|thumb|right]]
1,532

edits