What steps will reproduce the problem?
def prova():
for j in reversed(range(0,10)):
print (j)
What is the expected output? What do you see instead?
The error was:reversed
Name not found globally.
What version of the product are you using? On what operating system?
JES 4.3 on Ubuntu 12
Please provide any additional information below.
Original issue reported on code.google.com by sophia.d...@peano.it on 12 Jul 2012 at 6:11
Original issue reported on code.google.com by
sophia.d...@peano.it
on 12 Jul 2012 at 6:11