From 97a71ff4eba76d903208eca929ef09ec27973fbc Mon Sep 17 00:00:00 2001 From: Sebastian Pfitzner Date: Mon, 7 Jun 2021 09:43:22 +0200 Subject: [PATCH] withstore --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4dd9166..7da854b 100644 --- a/README.md +++ b/README.md @@ -124,4 +124,11 @@ infil> @exit julia> safehouse.intermediate 1-element Vector{Any}: 2 + +julia> @withstore begin + x = 23 + x .* intermediate + end +1-element Vector{Int64}: + 46 ``` \ No newline at end of file