Sipher
Results
3
issues of
Sipher
Added the file BUILTINS.MD as a TODO. The plan is to start working on it or have at least some clarity before doing the book (some sort of WIP /...
documentation
enhancement
Added an inclusive List/range built-in to bend Tested multiple examples, all of them seem to be working
## 1. `List/sum(list)` ```rs @spec List/sum(List[Number]) -> Number ``` Calculates the sum of all numbers in the given list. ### Parameters - `list`: A list of numbers (integers or floats)...
enhancement