6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
namespace eval test0 {}
|
||
|
|
||
|
proc test0::try0 args {
|
||
|
return res0
|
||
|
}
|