PageRenderTime 37ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/schemerunme/import_nomodule.scm

#
Lisp | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 333cf72d8032a406a9161b5d0834232b MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. (define f (create-Foo))
  2. (test1 f 42)
  3. (define b (new-Bar))
  4. (test1 b 37)
  5. (exit 0)