mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-03 07:51:35 -08:00
10 lines
247 B
Common Lisp
10 lines
247 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)
|
|
|