Skip to content

Commit 25255d1

Browse files
committed
FEAT: enable WITH function to accept also MODULE! as a context
1 parent 1beb0db commit 25255d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/mezz-control.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ wrap: func [
3636

3737
with: func[
3838
"Evaluates a block binded to the specified context."
39-
context [object!]
39+
context [object! module!]
4040
body [block!]
4141
][
4242
do bind body context

0 commit comments

Comments
 (0)