summaryrefslogtreecommitdiff
path: root/examples/speech/en-random.lali
diff options
context:
space:
mode:
Diffstat (limited to 'examples/speech/en-random.lali')
-rwxr-xr-xexamples/speech/en-random.lali4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/speech/en-random.lali b/examples/speech/en-random.lali
index feda6da..9ac271d 100755
--- a/examples/speech/en-random.lali
+++ b/examples/speech/en-random.lali
@@ -24,13 +24,13 @@
(defun assoc (el lst)
(fill
((dif el (car (car lst))) (car lst))
- ((ap lst) '(f f))
+ ((algo lst) '(f f))
(f (assoc el (cdr lst)))))
(defun without (el lst)
(fill
((dif el (car lst)) f)
- ((ap (car lst)) t)
+ ((algo (car lst)) t)
(f (without el (cdr lst)))))
;; vv begin of training options vv