This commit is contained in:
Malin Freeborn
2020-01-05 13:33:53 +01:00
parent a7bd1c2233
commit 1e89f9776d
12 changed files with 48 additions and 96 deletions

View File

@@ -57,7 +57,6 @@ This prints from 10 until 2.
```
There's also 'until', which stops when something is true, rather than keeping going when something is true.
# For