1
0
Fork 0
arangodb/Documentation/Books/Cookbook/localtheme/javascript/execute/javascript.js

9 lines
247 B
JavaScript
Executable File

define(function() {
return {
id: "javascript",
assertCode: "function assert(condition, message) { \nif (!condition) { \n throw message || \"Assertion failed\"; \n } \n }\n",
REPL: JSREPL,
sep: ";\n",
};
});