the beesting should work inside double-quoted strings as well as chevrons
Could you tell us how difficult this might be to arrange?
Most of the magic will happen in the tokenizer packages/krl-parser/src/tokenizer.ts
You'll then need to adjust the parser and compiler to accept Strings with values similar to the Chevron.
https://github.com/Picolab/pico-engine/blob/master/packages/krl-parser/src/types.ts#L49-L57
I'm open to discussing whether this is a good idea or not.
On discussion, decided this would be a hard thing to fix, so not doing it for now. One tricky thing is that there are no newlines in a double-quoted string, but a beesting can contain newlines between the curly braces.