[Oberon] NW programming style
Richard Hable
informujo at aon.at
Mon Sep 5 21:21:38 CEST 2016
Am 2016-09-05 um 11:59 schrieb Lars:
> BEGIN
> WriteToFile;
> CloseFile;
> PrintToScreen
> END.
Apples and Oranges.
You are comparing the naming of three procedures doing different things
with the naming of mouse buttons. Contrary to these procedures, all
mouse buttons are alike--they only differ in their positions on the
mouse. And positions are best stored as integer values.
Richard
More information about the Oberon
mailing list