Closed crazywolf132 closed 5 years ago
Is your PR related to a feature request or Bug report? If applicable, please list feature request number or bug report ID.
No
Describe your PR A clear and concise description of what your pull request is changing or adding.
Adds the new AS operator, along with tests for it.
AS
Describe intended use A clear and concise description of the intended use of the feature. Along with example code.
The AS operator can be used to convert an object from one type to another. > let str = "Im a string"; > say str as "list"; [Im, a, string]
The AS operator can be used to convert an object from one type to another.
> let str = "Im a string"; > say str as "list"; [Im, a, string]
How did you fix the bug? If applicable, how did you fix the bug? Please use code snippets too.
N/A
Is it in the form of a library
If applicable what is the library called?
Does your PR replace an existing system If applicable, please describe how this PR changes the use of a related item.
Additional comments Add any additional comments or screenshots here.
Is your PR related to a feature request or Bug report? If applicable, please list feature request number or bug report ID.
Describe your PR A clear and concise description of what your pull request is changing or adding.
Describe intended use A clear and concise description of the intended use of the feature. Along with example code.
How did you fix the bug? If applicable, how did you fix the bug? Please use code snippets too.
Is it in the form of a library
If applicable what is the library called?
Does your PR replace an existing system If applicable, please describe how this PR changes the use of a related item.
Additional comments Add any additional comments or screenshots here.