Closed marknefedov closed 7 years ago
I don't quite understand what it is doing.
string markusgod = "test_123";
will become :
string gg54d6f54g; string iuo646; [...] iuo646 = "test_123"; gg54d6f54g = iuo646; string markusgod = gg54d6f54g;
Oh. thanks!
I don't quite understand what it is doing.