gagent/assets/examples/agents/hello-earth.tcl

8 lines
No EOL
266 B
Tcl

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