mIRC Home    About    Download    Register    News    Help

Print Thread
#272636 12/05/24 07:28 PM
Joined: May 2024
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: May 2024
Posts: 2
Comment: /* Something */ in a single line breaks mSL.

Code
alias test.comment {
  ; This is a traditional mSL comment.
  // Not sure if this comment is supported
  /*
  * Multi-line
  * This is too.
  */
  /* This comment breaks mSL */
  echo -se > testing comments
}

Not sure if it is for force single line comments to be with ";"?

Sepharad #272638 13/05/24 06:11 AM
Joined: Dec 2002
Posts: 5,465
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,465
Thanks for your bug report. This is working as expected. As described in the help file, the scripting language supports comments in either of two ways: prefixing a line with a ; semi-colon, or specifying /* */ on separate lines around the comment text.

Khaled #272640 13/05/24 02:20 PM
Joined: May 2024
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: May 2024
Posts: 2
Thanks for the reply! great work, been using mIRC since 2000 and I see is still alive smile


Link Copied to Clipboard