Const
Help distinguish between un-nestable /* * / comments like in JS and nestable {- -} comments like in Elm. \u002A
/*
* /
{-
-}
NOTE: the extra space in * / is because I couldn't figure out how to escape it.
Help distinguish between un-nestable
/** /comments like in JS and nestable{--}comments like in Elm. \u002ANOTE: the extra space in
* /is because I couldn't figure out how to escape it.