Skip to content

Commit

Permalink
Up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lofcz committed Mar 9, 2022
1 parent d6cf35b commit 39c42bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Also, we can see that named arguments are also working with `params` arguments.

If a regular argument (not optional) is missing, the runtime will complain about the missing argument giving precise source location of the error.

When last parameter is of type `object[]` it is automatically treated as if it was declared with `params` modifier.
When last parameter is of type `object[]` or `ScriptExpression[]` it is automatically treated as if it was declared with `params` modifier.

#### Accessing nested `ScriptObject`

Expand Down

0 comments on commit 39c42bc

Please sign in to comment.