You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the roadmap and priorities and I believe this request falls within the priorities.
What is your request?
Hello, while creating examples for features (PR), @JoeLoser noted a possible improvement.
For example:
fncreate_list_int() - >List[Int]:
"""Creates a new list of int. Returns: An empty list of `Int`. Example: ```mojodefmain(): x = create_list_int()``` Note: can only finish with a dot andnot the triple backticks example above.""" return List[Int]()
Review Mojo's priorities
What is your request?
Hello, while creating examples for features (PR),
@JoeLoser noted a possible improvement.
For example:
Link to suggestion of @JoeLoser in PR #3593
What is your motivation for this change?
Examples are usually placed after arguments, parameters and return 👍
Any other details?
No response
The text was updated successfully, but these errors were encountered: