home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
tmpas
/
test.ds
< 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
|
1990-10-02
|
293 b
|
13 lines
|| datastructure to test Miranda functions.
|| Note that Pascal type names are used.
plot ::=
|| TestString s:string |
TestBool b:boolean |
TestChar c:char |
TestNum n:real |
TestInt i:integer |
TestList l:[plot] |
TestTuple t:xypoint;
xypoint == (x:real, y:real);