I´m new to this software, and I come from a programming context. In normal programming languages, a variable is defined by variable name, data type and value.
For instance: int x = 10;
Now I read that the Macros operator is kind of a substitute for that. What i do not understand is how come i always need an input for my macro? What if i want to just create a variable with a constant value, and then use it for other operator blocks?
How can i implement this simple logic of creating and setting a value to a variable in AI Studio?
Thank you in advance!