mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
13 lines
66 B
Batchfile
Executable file
13 lines
66 B
Batchfile
Executable file
b do_eval.js:7
|
|
c
|
|
eval a
|
|
e b
|
|
e c
|
|
e d
|
|
e e
|
|
print a
|
|
p b
|
|
p c
|
|
p d
|
|
p e
|
|
c
|