TclNode js Object

TclNode

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

Parameters

  • interp
  • name
  • node_type
  • child_left
  • child_right

A container for holding a node of an expression tree used in if, while and expr Tcl command

to be filled