I need to create a variable with custom name, like this
import std;
void main()
{
    string name;
    readf(" %s", &name);
// some code that generates a variable of type integer and value 0
}
Could you help me with that?

Reply via email to