-
-
Save rbiggs/080bbc82066503a5156acd614e255ef3 to your computer and use it in GitHub Desktop.
Returning state in the program init method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| init() { | |
| // always return state: | |
| return state | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment