MCFunction self-loop causes a maximum call stack size error when using macro parameters
*help wanted💼 /pack/visitors/
Example Code:
```ts
const foo = Variable(0)
MCFunction('example', (loop: MCFunctionClass<[Score], undefined>, i: Score) => {
foo.add(1)
_.if(foo['<'](10), () => loop(foo))
})
```
0 条评论