Closed haroldo-ok closed 7 years ago
Corrently, there's no way for the user to display the numeric variables. The say block should be enhanced so that if the text contains something like ${variableName}, it should be replaced by the value of the referenced variable.
say
${variableName}
It would be necessary to add support for that on vn32x, first. See: https://github.com/haroldo-ok/vn32x/issues/2
Corrently, there's no way for the user to display the numeric variables. The
say
block should be enhanced so that if the text contains something like${variableName}
, it should be replaced by the value of the referenced variable.