RosettaCodeData/Task/Hello-world-Line-printer/FutureBasic/hello-world-line-printer.basic

5 lines
96 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// lprint [@(col,row)|%(h,v)] "Hello,World!"
lprint "Hello,World!"
route _toScreen
close lprint