home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 57
/
Amiga_Dream_57.iso
/
Amiga
/
Programmation
/
e
/
Modules
/
bignume.lha
/
BigNumE
/
Examples
/
info.e
< 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
|
1998-05-24
|
249 b
|
18 lines
/*
** INFO - Display some informations
**
** Author: Allebrand Brice
** E translation: Maciej Plewa
*/
MODULE 'bignum'
PROC main()
IF bignumbase:=OpenLibrary('BigNum.library', 37)
BigNumInfo()
CloseLibrary(bignumbase)
ENDIF
ENDPROC