Replaced builtin store function with a new syntax

This commit is contained in:
Eduard Urbach 2025-04-11 14:21:51 +02:00
parent a9d783c675
commit 43a006e4af
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
12 changed files with 54 additions and 46 deletions

View file

@ -0,0 +1,4 @@
main() {
a := 1
[a] = 2
}