Creating a package cont’d
MY-FIRST-PACKAGE(11): (describe 'my-function)
It is INTERNAL in the MY-FIRST-PACKAGE package.
#<Interpreted Function MY-FUNCTION>
The function takes arguments (A B)
MY-FIRST-PACKAGE(12): (in-package :cg-user)
#<The COMMON-GRAPHICS-USER package>
CG-USER(13): (my-first-package::my-function 3 5)