I found an odd bug when trying to /run after an if()

Code:
alias test_fail {
  if ($isfile($mircexe) && $isfile(versions.txt)) run versions.txt
}


gives the error: * /if: 'run' unknown operator