~kylep/visual-cell-lang

8afdd9cc7771f493e82adff0bd71efecb7500812 — Kyle Perik 1 year, 7 months ago 4b34902
Fix example
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 159,10 159,10 @@ The new head has been output and registered, now we must check to see if the old
tail needs to be popped off. For this we must check the length of the tail.

```
  #tail len equ #10 int
  #tail len #10 int gth
```

If it equals 10, then the first value on the stack will be `true`, otherwise `false`.
If it is greater than 10, then the first value on the stack will be `true`, otherwise `false`.
We can use this boolean to conditionally jump to a nested function which removes the
last tail.