/pyjs/tests/test034.py

http://pyjamas.googlecode.com/ · Python · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · eeb01d0d031f18136f0fc2008e7fad7c MD5 · raw file

  1. JS("""
  2. var x = 1;
  3. """)
  4. def test():
  5. JS("""
  6. var x = 2;
  7. """)