
| Current Path : /home/cgabriel/01/robot/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //home/cgabriel/01/robot/helloworld.robot~ |
*** Settings ***
Library robotlib
*** Test Cases ***
Testcase1
${xxx} = robotlib.Print To Console
Log To Console ${YYY}
# Set Local Variable ${zaehler} "55"
FOR ${i} IN @{1,2,3}
Exit For Loop IF ${i} == 2
Log To Console 55
END