home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turbo Toolbox
/
Turbo_Toolbox.iso
/
spezial
/
08
/
kalaha
/
constkal.pas
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1254 (detected)
Wrap
Pascal/Delphi Source File
|
1989-04-20
|
204 b
|
11 lines
unit constkal;
interface
const
feldlen = 6;
steine = 72;
maxzug = 20;
hilfedatei = 'kalaha.hlp';
copywrite = '(c) by Günter Rau Stuttgart';
implementation
end.