/pyjs/tests/test034.py
http://pyjamas.googlecode.com/ · Python · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · eeb01d0d031f18136f0fc2008e7fad7c MD5 · raw file
- JS("""
- var x = 1;
- """)
- def test():
- JS("""
- var x = 2;
- """)