mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
4 lines
55 B
JavaScript
4 lines
55 B
JavaScript
let a = 5;
|
|
let b = "alma";
|
|
let c = undefined
|
|
print(a);
|