src/parenscript/hello.js @ dc2c9931b634

SICP streams
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Sep 2016 22:20:37 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');