src/parenscript/hello.js @ 8f91275f1233

Add Huffman tree encoding and generation
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 21:59:37 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');