PageRenderTime 33ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test034.py

http://pyjamas.googlecode.com/
Python | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | eeb01d0d031f18136f0fc2008e7fad7c MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. JS("""
  2. var x = 1;
  3. """)
  4. def test():
  5. JS("""
  6. var x = 2;
  7. """)