Add a semicolon before the #.$playerPiece = $markers[rand $totalMarkers]# randomly choose x or o fo +r player.
else ifChange it to "elsif".
Not a syntax error, but you probably should change:
to:if($input eq("quit" || "exit")){ # Checks what word is.
if($input eq "quit" || $input eq "exit")){ # Checks what word is.
In reply to Re: Simple problem, cant fix?
by toolic
in thread Simple problem, cant fix?
by The Elite Noob
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |