in reply to Simple problem, cant fix?
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.
|
|---|