• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1let a = 1;
2target1:
3target2:
4while(a--) {
5    continue target1;
6}
7print("ok");