[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

249 2020-10-13 23:33

Try this in ANSI Common Lisp:

(defvar x 0)
(defvar X 1)
(format 't "~a == ~a" x X)
301


VIP:

do not edit these