Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
46
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 (One Two Three))
  4. Compile-time error:
  5. (in macroexpansion of (MAKE-SELECT-FORM "Name" ("One" "Two" "Three")))
  6. (hint: For more precise location, try *BREAK-ON-SIGNALS*.)
  7. The function :OPTION is undefined.
  8. [Condition of type SB-INT:COMPILED-PROGRAM-ERROR]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement