#lang planet dyoo/whalesong
(require (planet dyoo/whalesong/js))
;; insert-break: -> void
(define (insert-break)
(call-method ($ "
") "appendTo" body)
(void))
(define (write-message msg)
(void (call-method (call-method (call-method ($ "") "text" msg)
"css" "white-space" "pre")
"appendTo"
body)))
;; Set the background green.
(void (call-method body "css" "background-color" "lightgreen"))
(void (call-method ($ "