Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!usc!apple!motcsd!hpda!hpcupt1!hprnd!sdm From: sdm@hprnd.HP.COM (Steven Mueller) Newsgroups: comp.software-eng Subject: Re: Question on programming languages Message-ID: <3580002@hprnd.HP.COM> Date: 25 Sep 89 20:21:46 GMT References: <8720001@hplsla.HP.COM> Organization: HP Roseville Networks Division Lines: 9 In 'C' you can use the preprocessor macros to re-define the keywords. For example you could use a header file to contain lines such as: #define yashchou for #define buquait while #define dontdo goto And use the forign words in your programs. Of course, the original English keywords will still be keywords.