[Feature] : Loop control statements: break
#70
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
file :
src/runtime/eval/statements.ts
, on eval_loop method.break
: this keyword will stop kin's loop.continue
: this keyword will skip current iteration and go to the next one.The text was updated successfully, but these errors were encountered: