What steps will reproduce the problem?
1. Type a=3; at the console.
What is the expected output? What do you see instead?
This is valid code in Python. However, the following error is raised:
unknown token [;]
module '__main__' line 1
a = 3;
<done in 0 ms>
What version of the product are you using? On what operating system?
From the Brython console at http://brython.info/tests/console_fr.html
Please provide any additional information below.
Original issue reported on code.google.com by andre.ro...@gmail.com on 23 Jan 2013 at 2:21
Original issue reported on code.google.com by
andre.ro...@gmail.com
on 23 Jan 2013 at 2:21