kin-lang / kin

The Kin Programming Language ( Write computer programs in Kinyarwanda - native language for Rwandans )
https://kinlang.dev
MIT License
209 stars 11 forks source link

[feature]: `shift` and `unshift` arr methods #69

Closed pacifiquem closed 8 months ago

pacifiquem commented 8 months ago

Adding or removing first element from an array.

file: /src/runtime/globals.ts

These must be in-built functions, avaiable anywhere in the program

pacifiquem commented 8 months ago

fixed in #84