diff --git a/doc/09-object-types.md b/doc/09-object-types.md index e60204749..bd6572c15 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -230,6 +230,12 @@ Argument order: ..., -3, -2, -1, , 1, 2, 3, ... ``` +Define argument array: + +``` +value = "[ 'one', 'two', 'three' ]" +``` + Argument array with `repeat_key = true`: ```