diff --git a/dev/api/api/index.html b/dev/api/api/index.html index 869ad9d..6fc223b 100644 --- a/dev/api/api/index.html +++ b/dev/api/api/index.html @@ -1378,4 +1378,4 @@ 2 2 6 -
@with
creates a function, so the scope within @with
is a local scope. Variables in the parent can be read. Writing to variables in the parent scope differs depending on the type of scope of the parent. If the parent scope is a global scope, then a variable cannot be assigned without using the global
keyword. If the parent scope is a local scope (inside a function or let block for example), the global
keyword is not needed to assign to that parent scope.
Using AsTable
inside @with
block is currently not supported.
Settings
This document was generated with Documenter.jl version 0.27.25 on Friday 1 March 2024. Using Julia version 1.10.1.