(If X (p)
How do I make ...code... perform if X = pLike this but with it working...
(If X (p))
(...code...)
) What are the values of x and p ? (if (= x p) ...) (if (equal x p 1e-4) (.....)) oh yeah I forgot lisp lists those first thank you A bit more
(if (= x p))(do line 1)(else do line 2))(if (= x p))(progn(do line 1)(do line 1a)(do line 1b))(else do line 2))
页:
[1]