view buy.js @ 100:595866daadbe laserkard

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