diff --git a/examples/projects/svg.lisp b/examples/projects/svg.lisp new file mode 100644 index 0000000..b395951 --- /dev/null +++ b/examples/projects/svg.lisp @@ -0,0 +1,5 @@ +(def points + (add "0,100 " "50,25 " "50,75 " "100,0")) + +(print + (add "")) \ No newline at end of file