From 626e8f4fd44b0bdd541a1c76b65f61e5596e83b5 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 20 Jan 2017 14:29:10 -0800 Subject: [PATCH] fix --- beautiful-racket-demo/basic-demo/3dplot.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beautiful-racket-demo/basic-demo/3dplot.bas b/beautiful-racket-demo/basic-demo/3dplot.bas index 042728e..1f148a7 100644 --- a/beautiful-racket-demo/basic-demo/3dplot.bas +++ b/beautiful-racket-demo/basic-demo/3dplot.bas @@ -1,7 +1,7 @@ #lang basic-demo 1 PRINT TAB(32);"3D PLOT" -2 PRINT TAB(15);"CREATIVE COMPUTING MORRISTOWN, NEW JERSEY" +2 PRINT TAB(20);"RACKET COMPUTING · HOLLYWOOD" 3 PRINT:PRINT:PRINT 5 DEF FNA(Z)=30*EXP(-Z*Z/100) 100 PRINT