kin icon indicating copy to clipboard operation
kin copied to clipboard

[Feature] : Loop control statements: `break`

Open pacifiquem opened this issue 1 year ago • 4 comments

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.

pacifiquem avatar Mar 03 '24 14:03 pacifiquem

5/8

valentindush avatar Jul 10 '24 20:07 valentindush

We'll start to work on this once #146 is resolved.

pacifiquem avatar Jul 10 '24 21:07 pacifiquem

We'll use these keyworks for continue and break in kin as per @ndungtse in https://github.com/kin-lang/kin/discussions/146#discussioncomment-10038232

pacifiquem avatar Jul 13 '24 14:07 pacifiquem

Continue will be worked on in #161

pacifiquem avatar Aug 11 '24 09:08 pacifiquem