Implemented dynamic array indices

This commit is contained in:
Eduard Urbach 2025-01-24 22:47:28 +01:00
parent 791573bbfc
commit 169810e3a2
Signed by: eduard
GPG key ID: 49226B848C78F6C8
10 changed files with 393 additions and 21 deletions

View file

@ -31,6 +31,7 @@ var programs = []struct {
{"binary", "", "", 0},
{"octal", "", "", 0},
{"hexadecimal", "", "", 0},
{"array", "", "", 0},
{"escape-rune", "", "", 0},
{"escape-string", "", "", 0},
{"bitwise-and", "", "", 0},