0% found this document useful (0 votes)
89 views

TCL/TK Tutorial: Puts "Hello World!"

Start

Uploaded by

Sanket Swarup
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
89 views

TCL/TK Tutorial: Puts "Hello World!"

Start

Uploaded by

Sanket Swarup
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

3/16/2017 Tcl/Tk Tutorial

Tcl/Tk Tutorial
https://www.tutorialspoint.com/tcl-tk/index.htm
Copyright tutorialspoint.com

Tcl is a general purpose multi-paradigm system programming language. It is a scripting language that aims at
providing the ability for applications to communicate with each other.

On the other hand, Tk is a cross platform widget toolkit used for building GUI in many languages.

This tutorial covers various topics ranging from the basics of the Tcl/Tk to its scope in various applications.

Audience
This tutorial is designed for all those individuals who are looking for a starting point of learning Tcl/Tk.
Therefore, we cover all those topics that are required for a beginner and an advanced user.

Prerequisites
Before proceeding with this tutorial, it is advisable for you to understand the basic concepts of computer
programming. This tutorial is self-contained and you will be able to learn various concepts of Tcl/Tk even if
you are a beginner. You just need to have a basic understanding of working with a simple text editor and
command line.

Execute Tcl/Tk Online


For most of the examples given in this tutorial you will find Try it option, so just make use of this option to
execute your Tcl/Tk programs at the spot and enjoy your learning.

Try following example using Try it option available at the top right corner of the below sample code box
puts "Hello World!"

https://www.tutorialspoint.com/cgi-bin/printpage.cgi 1/1

You might also like