]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/simple.input
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / init-package-json / node_modules / promzard / test / simple.input
1 module.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 }