X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fnvm.lisp;h=41f47b242026e2c3542342546f34ea04cbbc112f;hb=fe712aa;hp=bf8981a2f6e359b01ab8c61787a610792c023633;hpb=5c8699f151207953f4029e0fc6c488afce99f756;p=clnl diff --git a/src/main/nvm.lisp b/src/main/nvm.lisp index bf8981a..41f47b2 100644 --- a/src/main/nvm.lisp +++ b/src/main/nvm.lisp @@ -22,6 +22,9 @@ DESCRIPTION: See http://ccl.northwestern.edu/netlogo/docs/dictionary.html#show" (format t "Showing: ~A~%" (dump-object value))) +(defun world-dimensions () + (list :xmin -10 :xmax 10 :ymin -10 :ymax 10)) + (defun create-turtle () (setf *turtles*