Hello,
Is there a way to specify the value of a variable at compile time?
Let say I would like the value "value" into the variable "variable" like:
var variable: string = value
But i would like to set the value at compile time in order to have a different value at each build.
Is it feasible?
regards