2011-05-07 15:16:47 +01:00

6 lines
85 B
JavaScript

module.exports = {
'puts' : function(str) {
print(String(str));
}
};