diff options
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 7723a80..48d8dc2 100644 --- a/scratch.lisp +++ b/scratch.lisp @@ -1,3 +1,5 @@ (ql:quickload "xfdf-test") (1am:run) (consp '(1 2 3 4)) + +(xfdf::field-xfdf* "name" '(("value" . "1") ("v2" . "2")) 0) |