TclWord js Object

TclWord

A javascript Object as used in incr Tcl in Javascript. Instantiation:

Parameters

  • interp
  • token
  • value
  • file_name
  • last_line_no
  • line_no
  • stmts

A container for a part of a Tcl statement. Can contain a list of statements, if it is for example the body of a proc.

to be filled