This chapter of the Tcl tutorial describes the basic Tcl commands, including puts, open, gets, flush, incr, info, set, and unset command.
In this chapter of the Tcl tutorial, we cover expressions. In this chapter we work with set, incr, and expr Tcl commands.
This chapter of the Tcl tutorial covers flow control. It mentions the if, else, while, for, and foreach commands.
In this part of the Tcl tutorial we cover Tcl arrays. We initiate arrays and read data from them.
In this part of the Ruby tutorial, we cover Ruby variables. A variable is a place to store data. Each variable is given a unique name.
This is Tcl tutorial. In this tutorial, you will learn the basics of the Tcl language. This Tcl tutorial is suitable for beginners.
In this part of the Ruby tutorial, we cover regular expressions. Regular expressions are used for text searching and more advanced text manipulation.
In this part of the Ruby tutorial, we cover Ruby strings. A Ruby string is a sequence of Unicode characters.
In this part of the Ruby tutorial, we cover Ruby objects. Objects are building blocks of a Ruby program.