Differences From Artifact [9011b1b988]:
- File lib/struct.scm — part of check-in [ec168497f7] at 2019-07-27 06:30:17 on branch trunk — fix typo (user: lexi, size: 3307) [annotate] [blame] [check-ins using]
To Artifact [8e5e4c7533]:
- File lib/struct.scm — part of check-in [3fc4e683e3] at 2022-09-21 02:22:37 on branch trunk — fix broken shit (user: lexi, size: 3308) [annotate] [blame] [check-ins using]
13 13 ; age: 26 14 14 ; pw: "swordfish")) 15 15 ; (if (user? stacy) (user.name stacy)) 16 16 ; (define oldstacy (user stacy age: 69)) 17 17 ; (user.name oldstacy) 18 18 ; (user.age oldstacy) 19 19 20 -(include "lisp-macro.scm") 20 +;(include "lisp-macro.scm") 21 21 22 22 (import (chicken pretty-print) 23 23 (chicken keyword)) 24 24 25 25 (begin-for-syntax (import (chicken keyword))) 26 26 ; i cannot believe this worked 27 27