This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Help lisp

3 posts · 2276 views

Make a function call in Lisp dividivel that recbe two arguments:
a dividend and a divisor x, and answer if T x is divisible by ye
NIL if x is not divisible by y.
pesquisar

Re: Help lisp

What do you have so far? Do you know in general how to determine whether a number is divisible by another?