Your code
// This is the default code for flASTer
// Click the button at the top to load a file or paste directly into the editor
(function() {
function createMessage() {return 'Hello' + ' ' + 'there';}
function print(msg) {console.log(msg)}
print(createMessage());
})();
Nodes