mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
--command takes one string which contains commands to be executed at the start of the program. The commands must be separated with semicolon. Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
3 lines
40 B
JavaScript
Executable file
3 lines
40 B
JavaScript
Executable file
for(let i = 0; i < 3; i++){
|
|
print(i)
|
|
}
|