This commit is contained in:
Daniel Flanagan 2019-05-11 13:03:38 -05:00
parent ab74e2a25e
commit 8e4754b932

View file

@ -24,6 +24,6 @@ defmodule Lytlang do
end end
def transpile_block(s) do def transpile_block(s) do
"ayy#{s}" "#{s}"
end end
end end