source:
golgotha/src/test/lisp/minimal.scm
@
80
Last change on this file since 80 was 80, checked in by , 14 years ago | |
---|---|
File size: 145 bytes |
Line | |
---|---|
1 | (print "Hello World") |
2 | (print "In minimal the follow functions are defined") |
3 | (print " load, setf, print, ' and new") |
4 | |
5 | (setf x 5) |
6 | (print x) |
Note: See TracBrowser
for help on using the repository browser.