Menu

#997 tcl tutorial

open-invalid
None
5
2008-01-06
2008-01-02
Anonymous
No

You should not start a sentence with Tcl command names because that "may" confuse a non-english reader.

On http://www.tcl.tk/man/tcl8.5/tutorial/Tcl2.html:

"Set always returns the contents..."

"The set command always returns the contents..."

and:

"Set can also be invoked with only one argument. When called with just one argument, it will return the contents of that argument."

"The set command can also be invoked with only one argument. When called with just one argument, it will return the contents of that argument."

BTW...there is no category for the "Tcl Tutorial".

Discussion

  • Michael Schlenker

    Logged In: YES
    user_id=302287
    Originator: NO

    Wrong tracker. The tcltutorial is in the Tcl project, not in Tcllib.

     
  • Michael Schlenker

    • assigned_to: nobody --> davidw
    • status: open --> open-invalid
     
  • Larry W. Virden

    Larry W. Virden - 2008-01-07

    Logged In: YES
    user_id=15949
    Originator: NO

    Is the tutorial part of this SF project, or part of the Tcl SF project? If the latter, then this bug report should be made over there.

    I agree that a category for the tutorial should be created where ever the tutorial is being maintained.