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
I'm just reading through https://examples.p6c.dev/categories/cookbook/01strings/01-00introduction.html and I notice some (most?) of the examples don't show the expected output. Is this something that can be done automagically, or does someone need to go through and add them manually?
Example with expected output:
say '~$scalar is ', (~$scalar).^name; # ~$scalar is Str
Example with no expected output:
say 'The quick brown fox\n\tjumps over the lazy dog\n';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm just reading through https://examples.p6c.dev/categories/cookbook/01strings/01-00introduction.html and I notice some (most?) of the examples don't show the expected output. Is this something that can be done automagically, or does someone need to go through and add them manually?
Example with expected output:
Example with no expected output:
The text was updated successfully, but these errors were encountered: