Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.16 KB | None | 0 0
  1.  
  2. ;;; Just paste this in the ChezScheme repl
  3. (top-level-program
  4.   (import (chezscheme))
  5.   (define (foo) (display "Foo!\n"))
  6.  
  7.   (foo)
  8.  
  9.   (eval '(foo)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement