whalesong/examples/simple-world-program.rkt
2011-06-09 17:18:39 -04:00

9 lines
155 B
Racket

#lang planet dyoo/whalesong
(require (planet dyoo/whalesong/world))
(display "hello again")
(newline)
(is-color? "red")
(is-color? "blue")
(is-color? 42)