lang: core: iter: Misc formatting fixes

Also fix up the examples.
This commit is contained in:
James Shubin
2024-07-02 23:49:56 -04:00
parent 7a35bef7ac
commit d1753c592a
4 changed files with 15 additions and 14 deletions

View File

@@ -25,4 +25,4 @@ $out1 = iter.map($in1, $fn)
$t1 = template("out1: {{ . }}", $out1)
test $t1 {}
test [$t1,] {}