> On 12/22/20, Vadim Belman wrote:
>>
>> You interpret it incorrectly. The problem is in your '#`{' comment
On 12/23/20, Parrot Raiser <1parr...@gmail.com> wrote:
> Removing the space between the #` and { changes the error message to:
>
> ===SORRY!=== Error while compiling /home/guru/bin/comment_
You interpret it incorrectly. The problem is in your '#`{' comment. You have a
space between the backtick and the opening brace. Therefore it's interpreted as
a single line comment. Though even if you remove the space the compiler will
complain because it wouldn't find closing } due to unbalan