Open
Description
When running the code
(
a READER error will pop saying it's missing a ')'.
However, when running this:
)
the code will just forget the parenthesis and compile without issue.
The same issue goes for [
and ]
, and {
and }
.
Also, the same goes in general when there is a (
matching no )
and when there is a )
matching no (
.