1# hello.tcl --
2#
3#  Test file for the compiler: the notorious "hello, world" test.
4#
5# Copyright (c) 1998-2000 by Ajuba Solutions.
6#
7# See the file "license.terms" for information on usage and redistribution
8# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
9#
10# RCS: @(#) $Id: hello.tcl,v 1.2 2000/05/30 22:19:11 wart Exp $
11
12set msg "hello, world"
13set msg
14