annotate buy.js @ 106:5b0753c6f34d laserkard tip

updated to newest compojure and a simpler syntax
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 20:22:58 -0400
parents 343dc947f999
children
rev   line source
rlm@79 1 function hello(who) {
rlm@79 2 alert('Hello '+who); // outputs "Hello world"
rlm@79 3 }
rlm@79 4
rlm@79 5 hello('world');