Post Reply 
newRPL: Comments revisited
11-02-2015, 08:46 PM
Post: #1
newRPL: Comments revisited
The topic of comments in the code was touched here before, but never put formally:
Comments will work this way (subject to opinions):
  • A single @ will start a comment, which ends with another @ or a newline
  • A double @@ will start a permanent comment, which ends with @@ or a newline
  • A triple @@@ will start a multiline comment, which only ends with @@@ (so it can be used to comment out lines that include normal and permanent comments).
  • Comments cannot be nested.
  • When a comment ends in a newline, the newline gets stored as part of the comment, so it gets restored when the comment gets decompiled.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
newRPL: Comments revisited - Claudio L. - 11-02-2015 08:46 PM
RE: newRPL: Comments revisited - rprosperi - 11-03-2015, 01:56 AM
RE: newRPL: Comments revisited - rprosperi - 11-03-2015, 10:38 PM
RE: newRPL: Comments revisited - BarryMead - 11-17-2015, 08:35 PM
RE: newRPL: Comments revisited - timofonic - 01-07-2016, 09:05 PM



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