6
l/Lisp.lsp
Normal file
6
l/Lisp.lsp
Normal file
@@ -0,0 +1,6 @@
|
||||
; LISP
|
||||
(DEFUN hello ()
|
||||
(PRINT (LIST 'HELLO 'WORLD))
|
||||
)
|
||||
|
||||
(hello)
|
||||
Reference in New Issue
Block a user