Guest User

Untitled

a guest
Jul 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. 1 ]=>
  2. (map1 (lambda (a b) (+ 2 x)) '(2))
  3.  
  4. ;The procedure #[compound-procedure 14] has been called with 1 argument; it requires exactly 2 arguments.
  5. ;To continue, call RESTART with an option number:
  6. ; (RESTART 1) => Return to read-eval-print level 1.
  7.  
  8. 2 error> (restart 1)
  9.  
  10. ;Abort!
Add Comment
Please, Sign In to add comment