我安装tcl803.exe在我的windows XP操作系统上,我的TCL路径是C:\Tcl.现在我无法在Windows XP操作系统上执行TCL脚本.请帮我.我在这里很新.请告诉我每一个步骤.这是我的TCL脚本.我在记事本中写下并将其保存为a.tcl扩展名.
set x 50
set y 400
puts stdout "$x+$y=[expr {$x+$y}]"
puts stdout "-The addition of two variables $x and $y is [expr $x+$y]"
Run Code Online (Sandbox Code Playgroud)