gagent/assets/examples/hello-earth.tcl

8 lines
No EOL
266 B
Tcl

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