7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
#title Fprint [RCBasic Doc]
|
|
#header sub Fprint(txt$)
|
|
|
|
Outputs text to the console
|
|
|
|
NOTE: It does the exact same thing as Print. This is here for legacy reasons (ie. I am too lazy to remove it.)
|