src/parenscript/hello.js @ a2ff64cc3ac9

Add janky priority queue
author Steve Losh <steve@stevelosh.com>
date Wed, 15 Feb 2017 10:23:50 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');