helloworld.exp

来自「This is source file for dejagnu, this fi」· EXP 代码 · 共 37 行

EXP
37
字号
puts "DEBUG: lib/helloworld.exp is being loaded"proc helloworld_version {args} {    puts "DEBUG: helloworld_version executed with arguments ${args}"}proc helloworld_load {args} {    puts "DEBUG: helloworld_load executed with arguments ${args}"}proc helloworld_finish {args} {    puts "DEBUG: helloworld_finish executed with arguments ${args}"}proc helloworld_exit {args} {    puts "DEBUG: helloworld_exit executed with arguments ${args}"}proc helloworld_start {args} {    puts "DEBUG: helloworld_start executed with arguments ${args}"}proc helloworld_init {args} {    puts "DEBUG: helloworld_init executed with arguments ${args}"}proc helloworld_option_proc {args} {    puts "DEBUG: helloworld_option_proc (command line option processing) executed with arguments ${args}"}proc helloworld_option_help {args} {    puts "DEBUG: helloworld_option_help (command line option help) executed with arguments ${args}"}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?