Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
23 stars 0 forks source link

Variables that don't get interpreted #77

Open ghost opened 3 years ago

ghost commented 3 years ago

Describe the solution you'd like

Essentially have a variable that only gets used during interpretation.

e.g.

var(skip) version = 1.5

output:
"1.5"
instead of:
var version = 1.5

output:
"${version}"