RIP Tutorial
  • Tags
  • Topics
  • Examples
  • eBooks
Download tcl (PDF)

tcl

  • Getting started with tcl
  • Control Structures
  • Dictionaries
  • Expressions
  • Pathnames and filenames
  • Procedure arguments
    • A procedure that accepts a name/reference to a variable
    • A procedure that accepts a variable number of arguments
    • A procedure that accepts any number of arguments
    • A procedure that accepts two arguments
    • A procedure that does not accept arguments
    • The {*} syntax
  • Regular Expressions
  • Tcl Language Constructs
  • Variables


tcl

  • Getting started with tcl
  • Control Structures
  • Dictionaries
  • Expressions
  • Pathnames and filenames
  • Procedure arguments
    • A procedure that accepts a name/reference to a variable
    • A procedure that accepts a variable number of arguments
    • A procedure that accepts any number of arguments
    • A procedure that accepts two arguments
    • A procedure that does not accept arguments
    • The {*} syntax
  • Regular Expressions
  • Tcl Language Constructs
  • Variables

tclProcedure arguments


Remarks

References: proc
Argument Expansion (section 5)

Procedure arguments Related Examples

  • A procedure that accepts a name/reference to a variable
  • A procedure that accepts a variable number of arguments
  • A procedure that accepts any number of arguments
  • A procedure that accepts two arguments
  • A procedure that does not accept arguments
  • The {*} syntax



PDF - Download tcl for free


Previous Next
Related Tags
  • Bash
  • C Language
  • C++
  • Java Language
  • GNU/Linux
  • Perl Language
  • PHP
  • Python Language
  • R Language
  • Regular Expressions
This modified text is an extract of the original Stack Overflow Documentation created by following contributors and released under CC BY-SA 3.0
This website is not affiliated with Stack Overflow
Email: tutorialpedia@outlook.com