mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
With --wait-before-exit it can be turned on in the debugger-server or in the debugger-client. Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
4 lines
55 B
JavaScript
Executable file
4 lines
55 B
JavaScript
Executable file
let a = 5;
|
|
let b = "alma";
|
|
let c = undefined
|
|
print(a);
|