RosettaCodeData/Task/Shell-one-liner/FutureBasic/shell-one-liner.futurebasic

2 lines
109 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
include "ConsoleWindow":dim a$:open "Unix",1,"cal 10 2018":do:line input #1,a$:print a$:until eof(1):close 1