Skip to content

Phaka/example-hello-tcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hello World in Tcl

A minimal Tcl implementation of "Hello, World!".

Installation

macOS

brew install tcl-tk

Linux

sudo apt install tcl  # Ubuntu/Debian
sudo dnf install tcl  # Fedora/RHEL

Windows

Download from https://www.tcl.tk/software/tcltk/

Running

tclsh hello.tcl

Code Explanation

Uses puts command for console output.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages