Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
|
|
@ -0,0 +1,2 @@
|
|||
val x = "little"
|
||||
writeln "Mary had a {{x}} lamb."
|
||||
|
|
@ -0,0 +1 @@
|
|||
writeln "Lamb count: {{x : 7}}"
|
||||
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue