Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. (define (f x)
  2. (g x))
  3.  
  4. Note: the following toplevel variables are referenced but unbound:
  5.  
  6. g (in f)
  7.  
  8. (load "test.scm")
  9.  
  10. ; loading test.scm ...
  11.  
  12. Note: the following toplevel variables are referenced but unbound:
  13.  
  14. g (in f)
  15.  
  16. $ csi test.scm
  17.  
  18. CHICKEN
  19. (c) 2008-2015, The CHICKEN Team
  20. (c) 2000-2007, Felix L. Winkelmann
  21. Version 4.10.0 (rev b259631)
  22. linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
  23. compiled 2015-08-04 on yves.more-magic.net (Linux)
  24.  
  25. ; loading test.scm ...
  26. #;1>
  27.  
  28. $ csc test.scm
  29. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement