Email or username:

Password:

Forgot your password?
Top-level
Devil Lu Linvega

@d6 that's how I do it at the moment, it's not throwing an error for the /l scope, it would if the entry and exit was unbalanced, but it's the scmp scope that throws an error since this routine doesn't have an obvious exit.

Here's a simpler version of that sort of routine which doesn't trigger an error.

1 comment
⛧ esoterik ⛧

@neauoire i guess the checker doesn't know that ?&exit is a possible exit? i would have assumed that it follows both paths and then attempts to unify them later.

Go Up