diff options
author | Teddy Wing | 2023-04-21 00:58:24 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-21 00:58:24 +0200 |
commit | c318ae56561019484190de8b31dabc1c2f89bb74 (patch) | |
tree | e2fa6bb1b9fd3e69d420e1b8cde8fe4989d19f04 /scratch.lisp | |
parent | 2dd22dd3e49e29eedc9e5794cdfc0f851a9db6be (diff) | |
download | xfdf-c318ae56561019484190de8b31dabc1c2f89bb74.tar.bz2 |
xfdf.lisp: Try to recurse over nested fields (WIP)
This isn't working yet. I'm working out how to set up the recursion to
print fields hierarchically.
Diffstat (limited to 'scratch.lisp')
-rw-r--r-- | scratch.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scratch.lisp b/scratch.lisp index 7e2d577..7723a80 100644 --- a/scratch.lisp +++ b/scratch.lisp @@ -1 +1,3 @@ (ql:quickload "xfdf-test") +(1am:run) +(consp '(1 2 3 4)) |