Created
September 7, 2020 18:21
-
-
Save fonsp/8e8485ca4474b129de9d26abc0510f8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### A Pluto.jl notebook ### | |
# v0.11.12 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ 9fd9cf2a-f136-11ea-1cad-cb4f224f50d6 | |
e = quote | |
function f(x) | |
x + y | |
end | |
end | |
# ╔═╡ 9b4f7a36-f136-11ea-2307-7bf173629cdf | |
sprint() do io | |
dump(io, e) | |
end |> Text | |
# ╔═╡ Cell order: | |
# ╠═9fd9cf2a-f136-11ea-1cad-cb4f224f50d6 | |
# ╠═9b4f7a36-f136-11ea-2307-7bf173629cdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment