diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-12-31 11:53:40 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-12-31 11:53:40 +0100 |
commit | 91291ade7978927af81e697c23d79cc6d263c25d (patch) | |
tree | 892fee71c1a2bba15812d590006b2f194c277739 | |
parent | 18617f72b2790a53ec2b367515c46d7a3a06af51 (diff) | |
download | uwu-nolambda-91291ade7978927af81e697c23d79cc6d263c25d.tar.xz |
Add ToDo notice
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ make uwu_include_path=/path/to/uwulang/repo ## Modules +The following modules are implemented: `nolambda:flow`, `nolambda:io`, `nolambda:fs`. The modules `nolambda:os`, `nolambda:global`, and `nolambda:random` are ToDo. + ### `nolambda:flow` - `nolambda:flow:linear`: Accepts an arbitrary number of arguments of arbitrary type, but at least one and evaulates all of them in order. Returns the last argument. |