Files
RCBASIC4/doc/files/fprint.txt
2026-02-26 15:33:51 -06:00

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.)