GnaspGames / Smelt

A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19 stars 4 forks source link

allow using variables without {} but with a word border. #51

Closed M4GNV5 closed 8 years ago

M4GNV5 commented 8 years ago

aka

$foo = bar
/say $foo hey //works
/say $foohey //does NOT work
/say ${foo}hey //works