2011-06-17 21:06:37 +01:00

6 lines
85 B
JavaScript

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