Skip to content

Instantly share code, notes, and snippets.

@fonsp
Created September 7, 2020 18:21
Show Gist options
  • Save fonsp/8e8485ca4474b129de9d26abc0510f8c to your computer and use it in GitHub Desktop.
Save fonsp/8e8485ca4474b129de9d26abc0510f8c to your computer and use it in GitHub Desktop.
### 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