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