I wonder if it would be possible to have another way in writing commands (which would involve a big change in the compiler, I know...)
You know, for the moment, you can write commands like that :
Code: Select all
ReAllocateMemory(handle,8)
Code: Select all
ReAllocateMemory handle, 8

I know, there are some more important stuffs to do, but this thing would be cool