arturo-lang/arturo

Make Label values ignore space?

Opened this issue · 1 comments

Suggestion
Right now:

  • a: is a label
  • "a": is also a label.
  • "a" : creates a let call ⚠️

Which leads to different issues...

Should we make it so that the last case is still a label, including the spaces (or better put: ignoring them)?

Also see: #1603

This makes sense to me.