js_module.ob 58 B

12345
  1. MODULE m;
  2. IMPORT JS;
  3. BEGIN
  4. JS.console.info("test")
  5. END m.