hchiam / please

An experimental programming language (transpiler) to make it easier to write code with speech recognition.
MIT License
1 stars 1 forks source link

Better string interpolation ideas? #61

Closed hchiam closed 7 years ago

hchiam commented 7 years ago

Such as using variable values within printouts (with more complicated variable names). Ideas for how to phrase sentences to mark out the end of a variable?

hchiam commented 7 years ago

fac8ce7 fixes #61

Variable interpolation when printing. How? Track variable names.