dominicm00 / ham

A meaty Jam build tool replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`break` and `continue` are allowed outside of loops

dominicm00 opened this issue · comments

Ham does not give any sort of warning for break or continue outside a loop; they essentially act as exit statements due to how the break context works.