#lang planet dyoo/whalesong (require (planet dyoo/whalesong/js)) ;; insert-break: -> void (define (insert-break) (call ($ "
") "appendTo" body) (void)) (void (call ($ "

Hello world

") "appendTo" body)) (void (call body "append" "hello, this is a test")) (insert-break) (void (call body "append" "hello, this is a test")) (insert-break) (void (call body "css" "background-color" "green")) (void (call ($ "This is another thing that has been added.") "appendTo" body))