This website works better with JavaScript.
Explore
Help
Sign In
simonkellet
/
Triangle-Tools
Archived
Watch
1
Star
0
Fork
You've already forked Triangle-Tools
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
minor fix to repeatuntil
Browse Source
java11^2
Sandy Brownlee
2 years ago
parent
3dade998ba
commit
1da8cabdf7
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
programs/repeatuntil.tri
2
programs/repeatuntil.tri
Unescape
Escape
View File
@ -10,5 +10,5 @@ begin
put('a');
put('a');
a := a + 1;
a := a + 1;
end
end
until a
<
5
until a
>=
5
end
end
Reference in new issue
Repository
simonkellet/Triangle-Tools
Title
Body
Create Issue