On Thursday, 28 May 2020 at 20:26:55 UTC, Quantium wrote:
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?

This is not possible You would need a scripting language in order to do that. What are you trying to do? if your explain better, we may try came up with a better solution

Reply via email to