List Processing - Nazek42/arcyou GitHub Wiki

Arcyóu is a LISP at its core, and LISP stands for LISt Processing. There are some useful functions for dealing with lists. This section of the language is still a WIP; watch this space for expanded functionality!

+ (sum)

Definition: F(list)

Adds together everything in a single list. Equivalent to (r + list).

UNDER CONSTRUCTION