|> (Strictly speaking the compilers produce an intermediate
|> "P-code" module, which the interpreters further translate to
|> the target machine's own machine code.)
If you're trying to be strict, that's not true. The
interpreter does not translate the intermediate code
into anything; it just executes it.
|> Bob Newell
|> Bismarck, North Dakota
Greg