| | # A 'tconfpy' Example Configuration File |
---|
| | # Copyright 2003-2004 TundraWare Inc. |
---|
| | # $Id: example.cfg,v 1.103 2004/04/29 17:17:50 tundra Exp $ |
---|
| | # $Id: example.cfg,v 1.104 2004/06/08 07:16:16 tundra Exp $ |
---|
| | # |
---|
| | # This is designed to illustrate the various features |
---|
| | # of the 'tconfpy' configuration language. |
---|
| | # |
---|
| |
---|
| | ##### |
---|
| | |
---|
| | boo = [$USER] # Creates varaible 'boo' and assigns it the value |
---|
| | # of the environment variable 'USER'. This will |
---|
| | # cause an error of 'USER' is not defined. |
---|
| | # cause an error if 'USER' is not defined. |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Namespaces |
---|
| |
---|
| | |