0
0

📝 clarify value of undefined list elements

This commit is contained in:
DrMaxNix 2022-09-01 18:16:10 +02:00
parent ffa2f6fdcc
commit c33ad2aefc

View File

@ -183,6 +183,8 @@ exit|return|end
## LISTS ##
# - if a list index is undefined, its value will be `null`
# set $a to empty list
set $a []