mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-25 22:48:59 -07:00
Converted TCL list style and added hint parser.
This commit is contained in:
parent
de41740bac
commit
abba1972d1
6 changed files with 100 additions and 63 deletions
|
@ -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?"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue