6 lines
127 B
Tcl
6 lines
127 B
Tcl
# This is a simple "Hello world" program.
|
|
# Edit it so it prints the text "Hello world":
|
|
|
|
func main():
|
|
say("Goodbye moon")
|