fix do wrap bugs

This commit is contained in:
2023-08-08 18:45:03 +01:00
parent 4020598315
commit 583e28b2f7
11 changed files with 92 additions and 71 deletions

View File

@@ -4,4 +4,14 @@ do
let x = 20
term.log(x)
term.log(x)
term.log()
let x = 10
do
x = 20
term.log(x)
term.log(x)