src/parenscript/hello.js @ ba6e58d41e02

More SICP streams
author Steve Losh <steve@stevelosh.com>
date Mon, 05 Sep 2016 11:53:46 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');