jcubic / gaiman

Gaiman: Text based game engine and programming language
https://gaiman.js.org
GNU General Public License v3.0
138 stars 11 forks source link

Fix advanced example in README #66

Closed jcubic closed 2 years ago

jcubic commented 2 years ago

There are some issues:

jcubic commented 2 years ago

Actually cookie.foo = 10 was compiled into document.cookie set, but to make cookie variable reflecting the changes, I've changed it to gaiman.set_cookie()