(Using Edebug): Fix example.
This commit is contained in:
parent
812a234187
commit
b180eac232
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Here we use periods to show the stop points in the function
|
|||
@example
|
||||
(defun fac (n)
|
||||
.(if .(< 0 n.).
|
||||
.(* n. .(fac (1- n.).).).
|
||||
.(* n. .(fac .(1- n.).).).
|
||||
1).)
|
||||
@end example
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue