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