Argument bugfixes, and minification!

This commit is contained in:
Xander Mckay 2024-11-28 18:17:24 -05:00
parent 72b7f87dd7
commit 6f8b5a4e96
6 changed files with 1768 additions and 13 deletions

View file

@ -8,7 +8,7 @@ def a():
yield 1
+> 2
def b():
+>> a()
yield from a()
+>> a()
b() |> list |> print
a = 12 |> fibonacci