📄 ex-linkage.tcl
字号:
# Jae Chung 7-13-99# Create MyAgent (This will give two warning messages that # no default vaules exist for my_var1_otcl and my_var2_otcl)set myagent [new Agent/MyAgentOtcl]# Set configurable parameters of MyAgent$myagent set my_var1_otcl 2$myagent set my_var2_otcl 3.14# Give a command to MyAgent$myagent call-my-priv-func
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -