by vblanco on 3/22/23, 5:56 PM with 5 comments
by mdaniel on 3/22/23, 9:51 PM
why in the world would you do that? even going out of your way to _call it boolean_ in the description, and then :fu: in the actual language
> indented comment: Anything that appears on new lines after <#> and is indented four spaces over is part of the code comment. The first line that isn’t indented four spaces over is not part of the code comment and ends the code comment.
Interesting. I see later on that code blocks also tolerate Python-ish syntax https://dev.epicgames.com/documentation/en-us/uefn/code-bloc... but _also_ brace syntax
by waboremo on 3/22/23, 6:21 PM
by renox on 3/22/23, 8:18 PM
by lazypenguin on 3/22/23, 8:34 PM
by mdaniel on 3/23/23, 4:21 PM