Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Execution of a form compiled with errors.
  2. Form:
  3. (MAKE-SELECT-FORM Name
  4. (One Two Three))
  5. Compile-time error:
  6. (in macroexpansion of (MAKE-SELECT-FORM "Name" ("One" "Two" "Three")))
  7. (hint: For more precise location, try *BREAK-ON-SIGNALS*.)
  8. invalid number of arguments: 1
  9. [Condition of type SB-INT:COMPILED-PROGRAM-ERROR]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement