forked from solstice/solstice
Inline ground
This commit is contained in:
7
tests/inlineground.sols
Normal file
7
tests/inlineground.sols
Normal file
@@ -0,0 +1,7 @@
|
||||
result = 0
|
||||
ground {
|
||||
println "dingus"
|
||||
add 3 2 &result
|
||||
}
|
||||
|
||||
puts result
|
||||
Reference in New Issue
Block a user