Support RETURN-FROM in DEF%TR forms
[maxima.git] / share / contrib / graph2d.lisp
blob65f6af411e21ea5659e0753a05f4651c989a4ae9
1 (in-package :maxima)
3 (defun $graph2d(&rest lis)
4 (declare (ignore lis))
5 (format nil (intl:gettext "graph2d is deprecated. Please use plot2d instead")))