Anouther error for c#

Question: when i’m trying to test a thing for tick tac toe but i can’t do it becuase it tells me “Syntax error; value expected” also this is c#,any one know how to fix this?


https://replit.com/@Josephyc/GreatEarlySampler#main.cs

code snippet
c#``       bool[,] fakeror = {{true,false,false},{false,false,false},{false,false,false}};
      if(cheackforblockedspace(fakeror[,], xtum)){
        
      }`

what was i doing?

during programing i was unawer of my sevirly bad code wich you should definly not look at,so you may need to refresh a few times as im still working on it