input a variable to memory space
void inputMemory(String name, dynamic value, DType type) { _memory.first[name] = MemorySpace(value, type); }