Canvas Nasal/JavaScript Subset: Difference between revisions

Jump to navigation Jump to search
m
Line 48: Line 48:
}
}


##
# Nasal test case:
var make_nasal_function = new_function('func');
var make_nasal_function = new_function('func');
var test = make_nasal_function(name: "hello", params: "name", body: "print(name);");
var test = make_nasal_function(name: "hello", params: "name", body: "print(name);");
var test_obj = compile(test);


</syntaxhighlight>
</syntaxhighlight>

Navigation menu