1

エラーが発生しています

「Else」は予約済みのキーワードです

コード スニペットは次のようになります。解決方法を教えてもらえますか?

   :FOR ${key} IN @{keys}
   \           ${item}= Get From Dictionary ${services} ${key}
   \           Run Keyword If '${item}' == '1' Log Service: ${key} is Running
   \          Else If '${item}' == '2' Log
   \          ... Service: ${key} is not running
4

1 に答える 1