It does not necessarily take a lot to amuse me on a lonely Saturday
afternoon. The following code is interesting. It shows a technique that lets
you "internationalize" REBOL, allowing you to at least code the word "print"
in six languages. Respectively: French, German, Italian, Portuguese,
Spanish, and you should already realize that 'print' means, well, print in
English.<g>

set [l'empreinte Druck stampa impressão impresión] :print

Be sure to put the colon in front of the defined word you are translating so
that it will not be evaluated.

Have fun.


--Ralph Roberts

Reply via email to