chap 2.5.0

Chap is an easy to learn, interpretive, scripting language written in Rust
Documentation
1
2
3
4
5
6
// index starts from 1
pub mod last;
pub mod pop; // [1 2 3 4] -> pop -> $int // [1 2 3 4] -> last -> $int
             //pub mod len;           // string function
pub mod index_of;
pub mod remove_at; // [1 2 3 4], 2 -> remove_at // [1 2 3 4], 2 -> remove_at