ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Support simple set command for all types #480

Open ainslec opened 2 years ago

ainslec commented 2 years ago

Allow a simple set command that will work for all types, this can then be mapped onto a sugar syntax later.

: set var="myvar" value -> (1 + 2);
: set var="myvar" value -> ("abc");
: set var="myvar" value -> (true);