We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
$title. On 2201.13.0-m1
import ballerina/io; public function main() { string str = "software engineers"; string|error s = natural { Tell me a joke about ${str} }; io:println(s); }
becomes
No response
-> Formatter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
$title. On 2201.13.0-m1
Describe your problem(s)
becomes
Describe your solution(s)
No response
Related area
-> Formatter
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: