#!/usr/bin/guile -s!#(write "hello, world!")
(define square (lambda (n) (* n n) ) )(write (square 3) ) ; output 9
Post a Comment
No comments:
Post a Comment