ngs
ngs copied to clipboard
break / continue - disable when not in for/while
Currently:
$ ngs -p 'break'
null
$ ngs -p 'continue'
null
Should be an error.