Open dzhang314 opened 9 years ago
{(0, 1): 'y step', (1, 0): 'x step', (0, 0): 'origin'}
This is a perfectly valid dict literal but throws SyntaxError: Unexpected token in Filbert.
dict
SyntaxError: Unexpected token
This is a perfectly valid
dict
literal but throwsSyntaxError: Unexpected token
in Filbert.