Fixed example code to be legal!

This commit is contained in:
Bobbi Webber-Manners 2018-05-01 20:25:20 -04:00 committed by GitHub
parent c7081c357a
commit b676a6915d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,7 +416,7 @@ Or, with the optional `else` clause:
pr.nl
else
pr.msg "too many"; pr.nl
++toomany;
toomany = toomany + 1;
endif
### For Loops