Ok, I don't know anything about tcl/tk and I'm having trouble with executing even the simplest code.
As I know C, I was expecting some kind of compiler to make the code into an executable, but I can't find one in tcl/tk. Does this means that if I just write:
puts "Hello World!"
exit 0
in the notepad and save it as test.tcl, it is supposed to work if I click it twice (so far it hasn't)? If not, how do I make it work?
Thanks,
Komyg
As I know C, I was expecting some kind of compiler to make the code into an executable, but I can't find one in tcl/tk. Does this means that if I just write:
puts "Hello World!"
exit 0
in the notepad and save it as test.tcl, it is supposed to work if I click it twice (so far it hasn't)? If not, how do I make it work?
Thanks,
Komyg