[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lisp problem



Subject: LISP problem
	Is this a bug or just a feature? (especially (gcd 15 5)
evaluating to 1, while the others seem to evaluate correctly).
	Plus, is there any way that LISP can be set so that base 10
numbers are echoed as such?  (re 8 = 10 and 10 = 10)


[PHOTO:  Recording initiated  Tue 24-Aug-82 8:37PM]
TOPS-20 Command processor 4(661)-2
@lisp
LISP 2129
Alloc? n
* 
(gcd 15 5)
1 
(gcd 30 10)
10 
(gcd 8 4)
4 
(gcd 60 30)
30 
(gcd 50 5)
5 
(quotient 50 4)
12 
50
50 
(quit)
@pop

[PHOTO:  Recording terminated  Tue 24-Aug-82 8:38PM]
-------