JanetDocsPlaygroundI'm feeling luckyGitHub sign in

comment



    macro
    boot.janet on line 179, column 1

    (comment &)

    Ignores the body of the comment.


2 examplesSign in to add an example
Loading...
(comment

  # the content actually has to parse as janet

  # this is ok
  (+ 1 1)
  # => 2

  # if there is something with missing delimiters though...

  )
sogaiuPlayground
(comment this is a
         multiline line comment.
         It won't do anything)
oz123Playground