A custom name for variables

Quantium qchessv2 at gmail.com
Thu May 28 20:26:55 UTC 2020


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?


More information about the Digitalmars-d-learn mailing list