-
Notifications
You must be signed in to change notification settings - Fork 0
Replace - with : in slices indexes. #181
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.majorRequires a major version change.Requires a major version change.testSomething related to the test suite.Something related to the test suite.
Milestone
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.majorRequires a major version change.Requires a major version change.testSomething related to the test suite.Something related to the test suite.
According to the specification section 2.2:
and the specification section 4.4.2:
Use colon
:instead of dash-between the beginning and ending of slices.Update the implementation, specification, tests, and stdlib.