Skip to content

Commit

Permalink
Update Programming_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DisableGraphics authored Mar 10, 2022
1 parent ac5e2f2 commit 8f6d066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Programming_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Example:
add 1
endwhile
```
<br>There's no `break` equivalent, so you must be very careful
<br>Note: There's no `break` equivalent, for added insanity
# Tricks

A loop that always runs: `while >= 0`, as `a` will return to `0` if assigned `256`. You can even change the value of `a` in the loop!<br>
Expand Down

0 comments on commit 8f6d066

Please sign in to comment.