Visual Basic flow control

This part of the Visual Basic tutorial covers flow control.

Visual Basic arrays

This part of the Visual Basic tutorial covers arrays in Visual Basic.

Visual Basic basics

This part of the Visual Basic tutorial covers the basics of Visual Basic language.

Visual Basic tutorial

This is Visual Basic tutorial. In this tutorial, you will learn the Visual Basic language.

Procedures in Tcl

This chapter of the Tcl tutorial covers Tcl procedures. The covered topics include procedure creation, arguments, recursion, and scope.

Strings in Tcl

In this chapter of the Tcl tutorial, we work with strings.

Tcl

Tcl

This chapter of the Tcl tutorial is a description of the Tcl language.

Input & output

This chapter of the Tcl tutorial covers input & output in Tcl. It covers Tcl commands related to input and output, including puts, flush, gets, format, glob, pwd, cd, and eof.

Tcl lists

In this chapter of the Tcl tutorial we cover Tcl lists and list related commands, including llength, lappend, linsert, lreplace, lsort, lassign, lrange, and lsearch.

Tcl lexical structure

This chapter of the Tcl tutorial covers lexical structure of the Tcl language. The covered topics include white space, Tcl commands, comments, variables, various types of brackets, and substitution.