[Oberon] Nitikin book examples

dukeofperl at ml1.net dukeofperl at ml1.net
Sat Nov 20 16:08:17 CET 2010


On Sat, 20 Nov 2010, Duke Normandin wrote:

> Hello Oberon World!
>
> Working my way through Nitikin's book. A couple of questions for those
> of you who have, or have read his book:
>
> 1. What the heck is the significance of his Module/Procedure naming
> convention - he uses OfeWhatever. What's the "Ofe" stand for? Just
> curious.
>
> 2. The examples in the book are biased toward the NO system. I'm using
> a non-Oberon compiler, so although the code compiles after a few
> compiler-specific tweaks, the Do* paradigm doesn't work from the Linux
> CLI. How do I get around that? TIA...

Never mind - I figured it out. I simply included a:

BEGIN
  do;

before the end of the code.
-- 
Duke



More information about the Oberon mailing list