[MWForum]translate procedures

Ulisse Quadri mwforum@lists.mathcats.com
Tue, 29 Oct 2002 15:26:21 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_000F_01C27F5F.88E62500
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello,
I am translating english primitives in italian worlds.

example for "forward":

to avanti :n
    forward :n
end

this is possible only for some primitives: for BG (and others) following =
procedure is not correct:

to sfondo
    bg
end

because:

show bg  =3D  "0" (this is correct)
show sfondo  =3D "I don't know what to do with 0 in sfondo" (this is =
error)

1) There is possible to translate this and others primitives?
2) in MSWLogo the command COPYDEF if for translation, il MicroWorlds =
exist a similar command?

Thanks

Ulisse


------=_NextPart_000_000F_01C27F5F.88E62500
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I am translating english primitives in =
italian=20
worlds.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>example for "forward":</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>to avanti :n</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; forward =
:n</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>end</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>this is possible only for some =
primitives: for BG=20
(and others) following procedure is not correct:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>to sfondo</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; bg</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>end</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>because:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>show bg&nbsp; =3D&nbsp; "0" (this is=20
correct)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>show sfondo&nbsp; =3D "I don't know =
what to do with 0=20
in sfondo" (this is error)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>1) There is possible to translate this =
and others=20
primitives?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>2) in MSWLogo the command COPYDEF if =
for=20
translation, il MicroWorlds exist a similar command?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Ulisse</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_000F_01C27F5F.88E62500--