Data update

This commit is contained in:
Ingy döt Net 2024-07-13 15:19:22 -07:00
parent 29a5eea0d4
commit 5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions

View file

@ -0,0 +1,2 @@
val x = "little"
writeln "Mary had a {{x}} lamb."

View file

@ -0,0 +1 @@
writeln "Lamb count: {{x : 7}}"

View file

@ -0,0 +1,3 @@
writeln "Partial lamb count: {{x : r2 : 10}}"
# rounds to 2 decimal places, then aligns to 10 code points
# (hopefully no partial lambs)