issues
search
casual-simulation
/
casualos
Casual Open Simulation for the Web
https://ab1.bot
MIT License
49
stars
9
forks
source link
Add the string tag prefix for tag values
#252
Closed
KallynGowdy
closed
2 years ago
KallynGowdy
commented
2 years ago
:rocket: Improvements
Added the ability to force AUX to intepret values as strings by prefixing the tag value with the 📝 emoji.
This can be useful for when you want to ensure that a tag value is interpreted a string.
For example, the string
"01"
will be interpreted as the number
1
by default but
"📝01"
will preserve the leading 0.
:rocket: Improvements
"01"
will be interpreted as the number1
by default but"📝01"
will preserve the leading 0.