Skip to content

Commit

Permalink
withstore
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Jun 7, 2021
1 parent 4a79e66 commit 97a71ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 97a71ff

Please sign in to comment.