mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
9 lines
246 B
Common Lisp
9 lines
246 B
Common Lisp
(princ "We are now executing FILE2.LSP") (terpri)
|
|
|
|
(princ "Calling TEST-FUNCTION in FILE2.LSP") (terpri)
|
|
|
|
(test-function 1 1)
|
|
|
|
(princ "Finished") (terpri)
|
|
|
|
(princ "======================================================================") (terpri)
|