call function
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
; LISP
|
; LISP
|
||||||
(DEFUN HELLO-WORLD ()
|
(DEFUN hello ()
|
||||||
(PRINT (LIST 'HELLO 'WORLD))
|
(PRINT (LIST 'HELLO 'WORLD))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(hello)
|
||||||
|
|||||||
Reference in New Issue
Block a user