From 4b294e47144da00ae4b9568fed39569d187ce07e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 27 Mar 2026 17:23:26 -0400 Subject: Fix doubles --- struct.lisp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 struct.lisp (limited to 'struct.lisp') diff --git a/struct.lisp b/struct.lisp deleted file mode 100644 index 9e35654..0000000 --- a/struct.lisp +++ /dev/null @@ -1,11 +0,0 @@ -(defstruct! foo - x - y - z) - -(setq! x (foo/new :y 10 :x 5 :z 111)) -(print! x) -(print! (foo/get-y x)) -(foo/set-y! x 42) -(print! (foo/get-y x)) -(print! (foo/get-z x)) -- cgit v1.2.3