Add files via upload
This commit is contained in:
parent
64c6352265
commit
35131ba393
90 changed files with 1738 additions and 0 deletions
9
Examples/NetworkIO/network.bas
Normal file
9
Examples/NetworkIO/network.bas
Normal file
|
@ -0,0 +1,9 @@
|
|||
SUB MAIN
|
||||
DIM S AS STRING
|
||||
PRINT "Reading from Google"
|
||||
OPEN #1,"http://www.google.com/","r"
|
||||
READLINE #1,S
|
||||
CLOSE #1
|
||||
|
||||
PRINT s
|
||||
END SUB
|
Loading…
Add table
Add a link
Reference in a new issue