WIP out of hand

This commit is contained in:
2019-03-26 16:06:30 -06:00
parent ec6c2beebd
commit c486fb321a
5 changed files with 21 additions and 11 deletions

View File

@@ -13,7 +13,12 @@ Fourth output.
-(gather) {if (gather == 1) 'First output.'} {start} {start.one} {start.two} {gather}
-> two
```
if (gather == 1)
, -> two
else
, -> three
```
= two