y
Size: a a a
y
L
..

EA
G~

G~
[ ${i} ]))G~
S
S
G~
G~
y

const values = [
'[4]',
'[3.]',
'[2..]',
'[1...]'
]
msg.send('[5]')
for (const value of values) {
await DELAY(1000)
msg.send(value)
}
..
const values = [
'[4]',
'[3.]',
'[2..]',
'[1...]'
]
msg.send('[5]')
for (const value of values) {
await DELAY(1000)
msg.send(value)
}
y
..
V
const values = [
'[4]',
'[3.]',
'[2..]',
'[1...]'
]
msg.send('[5]')
for (const value of values) {
await DELAY(1000)
msg.send(value)
}
for (const msg of [5, 4, ...])G~
..
for (const msg of [5, 4, ...])G~