home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
Tele
/
D-F
/
DialScript.1.7.1.sit
/
DialScript
/
Examples
/
Wrong.ds
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-01
|
154 b
|
8 lines
|
[
TEXT/dIsR
]
script Wrong
state next -- next is a reserved word
display "hello\r";
end;
-- and a missing semicolon after the last end
end