powered by
These functions do nothing. It is created to ensure the keywords `let` and `declare` are defined.
let(...)declare(...)const(...)
declare(...)
const(...)
Any arguments
let (x) let (x = 1, y = 2) declare (x1, x2, x3)
Run the code above in your browser using DataLab