15 lines
500 B
Markdown
Raw Normal View History

2019-01-13 21:25:15 -06:00
+++
title = "The UCG Standard Library"
slug = "stdlib"
weight = 3
sort_by = "weight"
in_search_index = true
+++
UCG has some builtin libraries for common tasks. List processing, Tuple
manipulation, and some helpful testing assertions can all be found in the
standard library.
Each library is documented here in it's own section. Most operations in
the standard library are in the form of modules and by convention you get
the result of an operation from the `result` field after running the module.