Skip to content
New issue

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

Doc string of FIRST++ #1957

Closed
rebolbot opened this issue Feb 18, 2013 · 2 comments
Closed

Doc string of FIRST++ #1957

rebolbot opened this issue Feb 18, 2013 · 2 comments
Labels

Comments

@rebolbot
Copy link
Collaborator

Submitted by: Ladislav

The WORD parameter help string is incompatible with other similar argument help strings (FORSKIP).

My proposal is to change the help string to:

    'word [word!] "Word must refer to a series"
>> source first+
first+: make native! [[
    {Return FIRST of series, and increment the series index.}
    'word [word!] "Word must be a series"
]]

CC - Data [ Version: r3 master Type: Bug Platform: All Category: Documentation Reproduce: Always Fixed-in:none ]

@rebolbot
Copy link
Collaborator Author

Submitted by: BrianH

While you're at it, change the top doc string to "Return the FIRST of a series then increment the series index.". We have enough doc string length available in this case for better grammar.

@rebolbot
Copy link
Collaborator Author

Submitted by: Ladislav

Pull request submitted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant