testclass.pl

来自「自动生成VERILOG 工具」· PL 代码 · 共 11 行

PL
11
字号
# This is a test class for Eobj.# It's short, but if it executes at all, odds are that everything# is 100% fine.sub tryout {  my $self = shift;  my $what = shift;  print "$what\n";}

⌨️ 快捷键说明

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