COMMON DEF FUNC(FOO) ... RETURN BAR END The COMMON specification allows a function to be called from a program slot other than the one it's in. It's common (ha!) to find it in libraries, engines and such.