view buy.js @ 105:3c398dd94f17 laserkard

saving for transfer
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 17:47:08 -0400
parents 343dc947f999
children
line wrap: on
line source
1 function hello(who) {
2 alert('Hello '+who); // outputs "Hello world"
3 }
5 hello('world');