Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MP3Martin committed Sep 25, 2022
2 parents 02ad8b8 + d5ed78b commit 5275aa2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,11 @@
> window["test"] = "Hi!"
> `).then(()=>{console.log(test)})
> ```
---
> ```js
> for (i = 0; i <= 10; i++) {
> jsRUNpy.run("print(i)", {i: i})
> }
> ```

0 comments on commit 5275aa2

Please sign in to comment.