let-declare-const {sketch} | R Documentation |
These functions do nothing. It is created to ensure the keywords 'let' and 'declare' are defined.
let(...)
declare(...)
const(...)
... |
Any arguments |
let (x)
let (x = 1, y = 2)
declare (x1, x2, x3)