Can i assign a value to a custom memory adress and then recall it instantly with that adress? For example store an integer at memory place 56 (without an array, thus using all the memory from 1 to 55 that i don't need to) and then writeln(memory[56]);
Comments
Leave a comment