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

@ -16,9 +16,7 @@ main() {
return
}
// TODO: Indexing by register
command[7] = '\0'
command[n-1] = '\0'
pid := sys.fork()
if pid == 0 {