Is it possible to use Sub-Functions in Apps Scripts from Google ?
Like call a function with Monday.Lock or something similar ?
function MONDAY () {
function .LOCK() {
xxxxxxxxxx
}
}
function .UNLOCK() {
xxxxxxxxxx
}
}
function .DELETE() {
xxxxxxxxxx
}
}