Add size demo

This commit is contained in:
2025-01-23 18:57:59 -06:00
committed by James Eversole
parent cbf23bc569
commit 88b1c71695
3 changed files with 23 additions and 1 deletions

View File

@ -34,6 +34,9 @@ tricu > "Stem"
tricu < -- We can even convert a term back to source code (/demos/toSource.tri)
tricu < toSource not?
tricu > "(t (t (t t) (t t t)) (t t (t t t)))"
tricu < -- or calculate its size (/demos/size.tri)
tricu < size not?
tricu > 12
```
## Installation and Use