Shell one-liner: Difference between revisions

m
m (→‎{{header|NetLogo}}: format correction)
Line 325:
This is forcing the issue. FB has much more elegant ways of interacting with the Unix Shell.
<lang futurebasic>
includewindow "ConsoleWindow"1,,(0,0,160,120):dimStr255 a$:open "Unix",1,"cal 10 2018":do:line input #1,a$:print a$:until eof(1):close 1:HandleEvents
</lang>
 
729

edits