fix do wrap bugs

This commit is contained in:
2023-03-11 02:06:36 +00:00
parent 597be4e0df
commit f5d8eb6d70
5 changed files with 18 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
f(x) = do
x = x + 1
x = x + 1
return x
term.log(f(1))
y = number(input("what number? "))
return (z) = do
return maths.round(z) * y * x
term.log(f(5)(70))