blob: 061cbfe1055aa2052362206dfb774563c5b203b9 [file] [log] [blame]
exports.a = 1 + 2
exports.b = prompt('To be or not to be?', '!2b')
exports.c = {}
exports.c.x = prompt()
exports.c.y = tmpdir + "/y/file.txt"