1exports.a = 1 + 2 2exports.b = prompt('To be or not to be?', '!2b') 3exports.c = {} 4exports.c.x = prompt() 5exports.c.y = tmpdir + "/y/file.txt" 6
1exports.a = 1 + 2 2exports.b = prompt('To be or not to be?', '!2b') 3exports.c = {} 4exports.c.x = prompt() 5exports.c.y = tmpdir + "/y/file.txt" 6