/filelang-docs

Documentation for FileLang

Primary LanguageMakefileOtherNOASSERTION

filelang-docs v0.3.2

Documentation for FileLang. Uses Retype to generate static pages.

Contibuting

Template for a function:

---
label: func Function
---
# `func` Function

Does something.
+++ Usage
```
func args
```
+++ Example
```
func arg1
```
+++