#!/usr/bin/env tclsh set greeting "Hello" set addressee "World" set suffix "from RJM Programming following advice of https://www.centos.org/forums/viewtopic.php?t=18208 ... to test if tclsh is working" puts "$greeting, $addressee, $suffix"