We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My request is probably a duplicate, but I'd love fstrings in Mojo so I can print(f'something {cool}') in the mojo files.
print(f'something {cool}')
Cleaner print statements, bringing mojo language more in line with Python language, and assisting in programmer debugging.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Review Mojo's priorities
What is your request?
My request is probably a duplicate, but I'd love fstrings in Mojo so I can
print(f'something {cool}')
in the mojo files.What is your motivation for this change?
Cleaner print statements, bringing mojo language more in line with Python language, and assisting in programmer debugging.
Any other details?
No response
The text was updated successfully, but these errors were encountered: