Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute LISP Online

(write-line "Hello World")

Execute LISP Online

(defun double (x) "double a value" ( * x 2))

(double 2)

Execute LISP Online

(write-line "Hello World")
1

PAC2

(write-line "Hello World")

Question1

(defun mytable (x)
    (if (numberp x)
        (if (integerp x)
            (write-line "is-int")
            (write-line "is number but not int"))
        (write-line "is not int")
    )
)

asdf

(write-line "Hello World")

aaaa

print ("aaaaa")

wgag

(write (last '(A B C D E(P Q))))
(write (car '(A B C D E)))

sdsds

(+ 1 2)

Execute LISP Online11

(write-line "Hello World")

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.