Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all!
I’m trying to use # as my line-comment and #{ … }# as my block-comment. However, UDL is using the # of #{ as a line-comment :(
@darkmx
Just use Comment style (instead of Comment line style):
#{ #
}# ((EOL))
http://ivan-radic.github.io/udl-documentation/comments/
Thank you very much!