[Oberon] Filename Parts

Chris Burrows cfbsoftware at gmail.com
Sun Jan 22 23:58:53 CET 2023


On Mon, Jan 23, 2023 at 2:00 AM Aubrey McIntosh <aubrey.mcintosh at utexas.edu>
wrote:

>
> In Component Pascal, I have a filename not unlike
> Alm/*Mod*/Test.odc
>
> I am splitting this into components, and end up with something like the
> following
>
> subsystem Alm
> *whatsit*  Mod
> name Test
> type odc
>
> I suspect the community would like my code better if I use another name
> than *whatsit*.  In my readings of source code, I don't remember finding
> a well established name.
>
>
I suggest:

subsystem Alm
type Mod
name Test
extension odc

Regards,
Chris Burrows

CFB Software
https://www.astrobe.com/CPIde
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.inf.ethz.ch/pipermail/oberon/attachments/20230123/371da75f/attachment.html>


More information about the Oberon mailing list