This commit is contained in:
Daniel Flanagan 2019-05-11 13:03:38 -05:00
parent ab74e2a25e
commit 8e4754b932
1 changed files with 1 additions and 1 deletions

View File

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