Post Reply 
RPL comment syntax
08-27-2023, 03:56 AM (This post was last modified: 08-27-2023 03:59 AM by Claudio L..)
Post: #4
RE: RPL comment syntax
(08-27-2023 01:29 AM)rprosperi Wrote:  2 types are definitely valuable as there are (occasional) times that you absolutely want to retain comments even when compiled/on the machine.

To me, these make the most sense:

statement1 @ Comment that will not be retained

statement2 @@ Comment that WILL be retained @@ more commands possible here...

NewRPL has those 2 cases and adds @@@ as a multiline comment that doesn't end until it finds another @@@ so it's useful to comment out entire blocks of code.

Another feature in newRPL is a flag to retain all comments. If it's not set then only @@ comments are kept (those are permanent no matter what).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RPL comment syntax - c3d - 08-26-2023, 11:49 PM
RE: RPL comment syntax - Raymond Del Tondo - 08-27-2023, 01:03 AM
RE: RPL comment syntax - rprosperi - 08-27-2023, 01:29 AM
RE: RPL comment syntax - Claudio L. - 08-27-2023 03:56 AM
RE: RPL comment syntax - c3d - 08-27-2023, 06:45 AM
RE: RPL comment syntax - rprosperi - 08-27-2023, 12:08 PM
RE: RPL comment syntax - John Keith - 08-27-2023, 04:34 PM
RE: RPL comment syntax - Gilles - 08-27-2023, 08:34 AM
RE: RPL comment syntax - c3d - 08-27-2023, 11:05 AM
RE: RPL comment syntax - John Keith - 08-27-2023, 04:19 PM
RE: RPL comment syntax - Helix - 08-27-2023, 11:00 AM
RE: RPL comment syntax - BruceH - 08-27-2023, 05:13 PM



User(s) browsing this thread: 1 Guest(s)