From: The Unbearable Likeness of Being on
// Window main # Window object called "main"
// title "Main" # Initial value of attribute
// width 600px # Initial value of attribute
// /message (.*)/: # Pattern of a received message
// status $1. # Action: send message to status
// /quit/:
// self halt.
// Label status
// background #CCCCCC
// /.*/:
// self.value $1.

posted by http://www.meami.org