Search

You can find the results of your search below.

tcl @soft:ptshell
2 Hits, Last modified:
ows.) }} <well> Tcl/Tk Tutorial </well> **Hello World in Tcl:** <sxh tcl;> # hello.tcl puts "Hello, World!" </sxh> **Variables:** <sxh tcl;> # variable
python @soft:ptshell
2 Hits, Last modified:
ows.) }} <well> Python Tutorial </well> **Hello World:** <sxh python;> # hello.py print "Hello, World!" </sxh> **Variables and Data Types:** <sxh pytho