Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

@export multiple vars/params at once #23

Open
jackcarrozzo opened this issue Jan 2, 2016 · 0 comments
Open

@export multiple vars/params at once #23

jackcarrozzo opened this issue Jan 2, 2016 · 0 comments

Comments

@jackcarrozzo
Copy link

Rather than:

@export
(defparameter +moose-height+ 7)
@export
(defparameter +moose-width+ 11)
@export
(defvar *moose-times-seen* 0)

@export
(defun handle-moose-sighting () ...)

Is there a simple way to accomplish something like:

@export-block
(defparameter +moose-height+ 7)
(defparameter +moose-width+ 11)
(defvar *moose-times-seen* 0)

@export
(defun handle-moose-sighting () ...)

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant