Minimal reproducible case: `print 1 { 1 + 1 }`; this should error but does not. Has to do with the parsing loop of statements and commands.
Minimal reproducible case:
print 1 { 1 + 1 }; this should error but does not. Has to do with the parsing loop of statements and commands.