Menu

#16 Block comments

Indefinite
closed
block (7)
5
2017-11-21
2017-11-17
No

Hi Zoltan,

Is it possible to add block comments to the syntax?

Single line comments are now #, and I'm looking for something like this:

<#
This line is ignored.
This line as well.
#>

Discussion

  • Zoltán Turányi

    • labels: --> block
    • status: open --> pending
    • assigned_to: Zoltán Turányi
     
  • Zoltán Turányi

    C-style block comments are available
    /
    skip
    skip
    /

    Are they OK, or do you want the syntax above?

     
  • Martijn Schiedon

    Hi Zoltan,

    Great! I didn't know that, the only style mentioned in the PDF manual is the #-style. I indeed see that both single line comments as well as block comments exist, and for all languages...

    // This is a comment
    /*
    This is some other comment
    */
    

    Then I retract my request and will switch from #-style comments to the C-style. Please consider this resolved!

    Thanks!
    Martijn

     
  • Zoltán Turányi

    • status: pending --> closed
     
  • Zoltán Turányi

    And I will add it to the doc.