diff --git a/repl.js b/repl.js index 62714a9..c8ff607 100644 --- a/repl.js +++ b/repl.js @@ -1226,9 +1226,9 @@ import * as os from "os"; function cmd_start() { if (!config_numcalc) { if (has_jscalc) - std.puts('QJSCalc - Type "\\h" for help\n'); + std.puts('QJSCalc (DoneJS Edition) - Type "\\h" for help\n'); else - std.puts('QuickJS - Type "\\h" for help\n'); + std.puts('QuickJS (DoneJS Edition) - Type "\\h" for help\n'); } if (has_bignum) { log2_10 = Math.log(10) / Math.log(2);