I have a following program:
#!/usr/local/bin/wish

button .hello -text Hello \

    -command {puts stdout "Hello, World!"}

pack .hello -padx 20 -pady 10

How to know to compile this program?
 Thank you very much for me!
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to