home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
p
/
pascal-.zip
/
pascal-
/
tests
/
deviance
/
syntax
< 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
Text File
|
1992-11-21
|
199 b
|
14 lines
{Syntax errors}
program SynErr;
const
a:=1;
b=2;
c= ;
d=4;
type
S = recrod f,g: integer end;
T = array [1..2] of integer;
var
x: integer;
begin if =2 then x:=1 end.