On Friday, December 05, 2014 at 2:46 PM, Matt Burke wrote: > On 05/12/2014 22:41, Kevin Handy wrote: > > It would also be nice to be able to leave notes/reminders in the > > scripts telling what the script is about or what it is doing at a > > specific point. > > > > > The comment character is a semicolon in Simh scripts. I see what you mean > about the first line though.
As Matt says, the traditional simh comment is the semicolon character. That said, the # character hasn't had any parsing significance at the beginning of a line in the simh command language, so accepting it as an additional comment character shouldn't hurt anything... This trivial feature has been added to the simh source at https://github.com/simh/simh Thanks for the suggestion. - Mark _______________________________________________ Simh mailing list [email protected] http://mailman.trailing-edge.com/mailman/listinfo/simh
