mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
fix do wrap bugs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let toyTank(colour , name) = do
|
||||
let toyTank(colour, name) = do
|
||||
let class = {}
|
||||
class.getColour() = do
|
||||
term.log("My colour is", colour)
|
||||
|
||||
@@ -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)
|
||||
0
tests/testing.ar
Normal file
0
tests/testing.ar
Normal file
Reference in New Issue
Block a user