Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problems with !def #65

Closed
MysteryBlokHed opened this issue Jul 7, 2021 · 0 comments · Fixed by #66
Closed

Fix problems with !def #65

MysteryBlokHed opened this issue Jul 7, 2021 · 0 comments · Fixed by #66
Labels
bug Something isn't working

Comments

@MysteryBlokHed
Copy link
Owner

For some reason, having two or more !def lines causes all but the first not to work. The !def lines are excluded from the output, but the text is not replaced. For example, this code:

!def t1 test1
!def t2 test2

func main
    say t1
    say t2
end

Compiles to:

say test1
say t2
@MysteryBlokHed MysteryBlokHed added the bug Something isn't working label Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant