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

feat: in-built exit function #72

Closed pacifiquem closed 8 months ago

pacifiquem commented 8 months ago

exiting Kin while it's running.

with hagarara(exit_code), where exit-code can be either 0 for sucessful exit and 1 for unsucessful exit.