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
| 10 PRINT "ZDRAVO" | |
| 20 GOTO 10 |
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
| # Pet Lengths | |
| Demonstration of the bar graph view. | |
| Create some pets with rigorously measured lengths. | |
| ``` | |
| commit | |
| [#pet name: "koala" length: 7] | |
| [#pet name: "cat" length: 3] |
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
| # Counter | |
| ## State | |
| ``` | |
| commit | |
| [#state count: 0] | |
| commit @browser | |
| [#button sort: 0, text: "-", diff: -1] | |
| [#button sort: 1, text: "+", diff: 1] | |
| ``` | |
| ## Render |
OlderNewer