• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module.exports = {
2  "a": 1 + 2,
3  "b": prompt('To be or not to be?', '!2b'),
4  "c": {
5    "x": prompt(),
6    "y": tmpdir + "/y/file.txt"
7  }
8}
9