home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
asmutl
/
ovl301.arc
/
BNEST4.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1989-01-06
|
127 b
|
8 lines
common shared b
sub nest4(i) static
print:print"in nest4";i;
print:print "Value of b variable is "b;
b=b+1
end sub