missing files added
This commit is contained in:
parent
e1bf8e18bf
commit
5239323dd2
9
examples/simple-world-program.rkt
Normal file
9
examples/simple-world-program.rkt
Normal file
|
@ -0,0 +1,9 @@
|
|||
#lang planet dyoo/whalesong
|
||||
(require (planet dyoo/whalesong/world))
|
||||
|
||||
(display "hello again")
|
||||
(newline)
|
||||
|
||||
(is-color? "red")
|
||||
(is-color? "blue")
|
||||
(is-color? 42)
|
7
examples/window-size.rkt
Normal file
7
examples/window-size.rkt
Normal file
|
@ -0,0 +1,7 @@
|
|||
#lang planet dyoo/whalesong
|
||||
|
||||
(when (in-javascript-context?)
|
||||
(viewport-width))
|
||||
|
||||
(when (in-javascript-context?)
|
||||
(viewport-height))
|
Loading…
Reference in New Issue
Block a user