code-lauren
code-lauren copied to clipboard
Example program: make your own bridget riley
stripe-width: 10
stripe-height: 2000
x: 0
forever {
x: add(x stripe-width)
draw-rectangle(x 0 stripe-width stripe-height "filled" random-color())
}