Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在 tcl 中实现 GOTO。我正在编写一个测试用例,其中我说了 5 个步骤。如果我的第 1 步失败,我不想继续进行,我想跳过现有的内容并转到一个常见的清理部分。
如果 tcl 中有任何 GOTO 命令,请帮助我。
谢谢,拉米亚。