Data Update

This commit is contained in:
Ingy döt Net 2023-07-09 17:42:30 -04:00
parent 015c2add84
commit e50b5c3114
206 changed files with 6337 additions and 523 deletions

View file

@ -0,0 +1,4 @@
loop [a 0, b 1, i 1 ]:
say: a
(i < 10) ?:
^^^: b, (a + b), (i + 1)