Usage of external function will end the story immediately
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
To reproduce:
```
EXTERNAL Foo()
Hello World!
~ Foo()
```
Output is just ``End of Story``.
When removing `` ~ Foo()`` however, ``Hello World!`` is printed as expected.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.