Implemented dynamic array indices
This commit is contained in:
@ -16,9 +16,7 @@ main() {
|
||||
return
|
||||
}
|
||||
|
||||
// TODO: Indexing by register
|
||||
command[7] = '\0'
|
||||
|
||||
command[n-1] = '\0'
|
||||
pid := sys.fork()
|
||||
|
||||
if pid == 0 {
|
||||
|
Reference in New Issue
Block a user