[racket] ... vs ...+

From: Chongkai Zhu (czhu at cs.utah.edu)
Date: Mon Sep 27 22:52:00 EDT 2010

  On 9/27/2010 9:41 PM, The Configurator wrote:
> This might be a silly question, but in the docs, what's the difference 
> between ... and ...+?
> A good example for that is the definition of begin:
> (begin 
> <http://docs.racket-lang.org/reference/begin.html#%28form._%28%28quote._%7E23%7E25kernel%29._begin%29%29> 
> form ...)
> (begin 
> <http://docs.racket-lang.org/reference/begin.html#%28form._%28%28quote._%7E23%7E25kernel%29._begin%29%29> 
> expr ...+)
>
> Is there anywhere I missed where this is explained?
>


...       :  zero or more
...+     :  one or more


> And on a completely unrelated note, if I find a typo or small 
> grammatical mistake in the docs, what should I do about it? Should I 
> send an email about it, or is there somewhere where I can fix it myself?

Please report it as an error, either here or as a bug report.


>
> _________________________________________________
>    For list-related administrative tasks:
>    http://lists.racket-lang.org/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100927/3c7aee31/attachment.html>

Posted on the users mailing list.