src/parenscript/hello.js @ 778814a3ff72

Wrap linenoise with CFFI
author Steve Losh <steve@stevelosh.com>
date Tue, 30 Aug 2016 23:54:54 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');