repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New version of the Plotting section of the manual reflecting recent changes
[maxima.git]
/
src
/
sloop.lisp
blob
7d9872d27bf8764745ceb9b84bfe2510c94ecfcc
1
(
in-package
:
cl-sloop
)
2
(
defmacro
sloop
(&
rest body
)
3
(
warn
(
intl
:
gettext
"Using deprecated macro 'sloop'. Use 'loop' instead."
))
4
`(
loop
,@
body
))
5