<div dir="ltr"><div dir="ltr">On Mon, Jan 23, 2023 at 2:00 AM Aubrey McIntosh <<a href="mailto:aubrey.mcintosh@utexas.edu">aubrey.mcintosh@utexas.edu</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br clear="all"></div><div>In Component Pascal, I have a filename not unlike</div><div>Alm/<b>Mod</b>/Test.odc</div><div><br></div><div>I am splitting this into components, and end up with something like the following</div><div><br></div><div>subsystem Alm</div><div><b>whatsit</b>  Mod</div><div>name Test</div><div>type odc</div><div><br></div><div>I suspect the community would like my code better if I use another name than <b>whatsit</b>.  In my readings of source code, I don't remember finding a well established name.</div><div><br></div></div></blockquote><div><br></div><div>I suggest:</div><div><br></div><div>subsystem Alm</div><div>type Mod</div><div>name Test</div><div>extension odc</div><div><br></div><div>Regards,</div><div>Chris Burrows</div><div><br></div><div>CFB Software</div><div><a href="https://www.astrobe.com/CPIde">https://www.astrobe.com/CPIde</a></div><div><br></div><div> </div></div></div>