home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HyperLib 1997 Winter - Disc 1
/
HYPERLIB-1997-Winter-CD1.ISO.7z
/
HYPERLIB-1997-Winter-CD1.ISO
/
オンラインウェア
/
PRG
/
bwbasic-2.10.sit
/
bwbasic-2.10
/
bwbtest
/
width.bas
< prev
next >
Wrap
BASIC Source File
|
1993-11-09
|
206b
|
6 lines
10 open "o", #1, "data.tmp"
20 width #1, 35
30 print #1, "123456789012345678901234567890123456789012345678901234567890"
40 close #1
50 print "Check file <data.tmp> to see if the printing wrapped at col 35"