SchlenkR

Results 82 comments of SchlenkR

What about this: * `@` interrupts a string and starts a control-flow-expression. * `{` to continue the string in a new scope. * `}` to end the current scope. That...

Side node: begin/end syntax helps - here from another code example - just as a demo: