You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While RIDDL pseudo-code is handy for getting the gist of an on clause or function body, sometimes we just want to go direct to code. I suggest we co-opt markdown's syntax and allow a statement with a syntax like this:
```name
... code ...
```
to write code in name language