Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
[COLOR="White"]function eat() { if (is_innocent){ insertKnowledges([Good, Evil]); }else{ goto fail; } removeKnowledges([Good, Evil]); // side effects return true; fail: logoutFromGarden(); }[/COLOR]