Text in functions inside choice conditionals causes crash
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
Having functions inside choice conditionals can cause the assert "already in expression evaluation?" to fire. It doesn't happen in the simplest case
```
* {choice()}
A choice
-> END
== function choice()
Hi There
~ return true
```
So I think it might be related to forward / roll-back glue processing somehow?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.