Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a comment explaining the weird dict
  • Loading branch information
coolreader18 committed Feb 25, 2019
commit 1646b53c72b989be01c842dddae5d152973fbcf0
1 change: 1 addition & 0 deletions wasm/demo/snippets/mandelbrot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
w = 50.0
h = 50.0

# to make up for the lack of `global`
_y = {'y': 0.0}

def mandel(_time_elapsed=None):
Expand Down