Files
RCBASIC4/doc/files/fprint.txt
2024-12-15 23:12:45 -05:00

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