7 lines
129 B
Common Lisp
7 lines
129 B
Common Lisp
;;;; cl-scopes/steps - here comes the real action
|
|
|
|
(defpackage :scopes/steps
|
|
(:use :common-lisp))
|
|
|
|
(in-package :scopes/steps)
|
|
|