Inline ground

This commit is contained in:
2026-01-12 15:24:37 +11:00
parent c5b67bff72
commit 6bc483b1db
5 changed files with 46 additions and 2 deletions

7
tests/inlineground.sols Normal file
View File

@@ -0,0 +1,7 @@
result = 0
ground {
println "dingus"
add 3 2 &result
}
puts result