On Thu Feb 16 15:58:14 2023 +0000, Giovanni Mascellani wrote:
Can't you just move this check before the loop in `declare_vars()`, instead of duplicating it before each call to `declare_vars()`?
I think I did it this way to use the modifier location rather than the variable location. There's probably a better way to do that, though...