Welcome to mirror list, hosted at ThFree Co, Russian Federation.

exports.input « test « promzard « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 061cbfe1055aa2052362206dfb774563c5b203b9 (plain)
1
2
3
4
5
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"