diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-08-16 12:59:14 +0100 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-08-16 13:37:34 +0100 |
| commit | 8cfffbeccdab028f780dcaf9f4ffaf97d7393a1e (patch) | |
| tree | 17c734d83e40be785cbec3ca2df8c069474f5a5e /examples/hanoi.lali | |
| parent | 92b27832dbbe786c857e5fb461e218d370c14058 (diff) | |
add diff operatorv.0.0.0
- and remove and diff and differ
- and update documentation
- and update all lali scripts
Diffstat (limited to 'examples/hanoi.lali')
| -rw-r--r-- | examples/hanoi.lali | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hanoi.lali b/examples/hanoi.lali index 59e3d10..786633c 100644 --- a/examples/hanoi.lali +++ b/examples/hanoi.lali @@ -7,7 +7,7 @@ (newline)) (defun hanoi-move (num from to via) - (fill ((dif num +1) + (fill ((diff num +1) (hanoi-print num from to)) (f (prog |
