While Anime.avi == Ninja.scrolls
{
Watch.anime();
}

or in simpler terms:

1 BTFSS Anime.ninjascrolls;
2 GOTO End;
3 Watch.Anime;
4 GOTO 1;
5 End;