home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00064_Script_64
< prev
next >
Wrap
Text File
|
1997-10-15
|
407b
|
22 lines
on c_tipo codice
set tipologia to char 2 of codice
case tipologia of
"m":
set stip to char 3 of codice
case stip of
"i":
return "invenzione"
"p":
return "inventore"
"s":
return "sottoinv"
end case
"d":
return "def"
"f":
return "principio"
end case
return "Nessuna tipologia"
end