Closed tr0yspradling closed 6 years ago
The compiler seems to have issues working with Python dictionaries. It converts the left curly brace to a colon.
This is a known issue with the current implementation of the compiler. At the moment, you have to use the dictionary constructor directly.
For a discussion on the topic, consult the introduction
The compiler seems to have issues working with Python dictionaries. It converts the left curly brace to a colon.