Converted TCL list style and added hint parser.

This commit is contained in:
James Wells 2021-11-08 06:58:55 -08:00
parent de41740bac
commit abba1972d1
Signed by: jwells
GPG key ID: 73196D10B8E65666
6 changed files with 100 additions and 63 deletions

View file

@ -1,7 +1,7 @@
###################
### Hello Earth ###
###################
array set GHINT ["thermal measurements" "gravity measurements" "gravity fluctuations"]
set GHINT [split "thermal measurements, gravity measurements, gravity fluctuations" ,]
proc hello_earth {} {
puts "Hello Earth, does localized tempurature variations alter specific gravity?"
}