8 lines
195 B
Plaintext
8 lines
195 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.)
|
|
|