@@ 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.