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

improve print behavior #151

Closed
AdrickTench opened this issue Oct 11, 2024 · 3 comments
Closed

improve print behavior #151

AdrickTench opened this issue Oct 11, 2024 · 3 comments
Assignees
Labels
bug Issues that represent errors in the code
Milestone

Comments

@AdrickTench
Copy link
Collaborator

In rust interpreter:

!(println! good)

[STDOUT] good
[()]

In mettalog:

[
good
()]

separating with [STDOUT] good rather than making the print appear to be a result is cleaner, let's make mettalog behave like rust here.

@AdrickTench AdrickTench added the bug Issues that represent errors in the code label Oct 11, 2024
@TeamSPoon TeamSPoon added this to the Month 4 of 5 milestone Nov 11, 2024
@TeamSPoon
Copy link
Collaborator

fixed now i think!

@TeamSPoon TeamSPoon reopened this Nov 22, 2024
@TeamSPoon
Copy link
Collaborator

Can you confirm?

@AdrickTench
Copy link
Collaborator Author

Confirmed fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that represent errors in the code
Projects
None yet
Development

No branches or pull requests

2 participants