public function decideIfFork(Token $token) : bool { return $token->test([ 'elseif', 'else', 'endif', ]); }