xl_mara_ t1_iyeb7v0 wrote on November 30, 2022 at 7:31 PM Reply to comment by MikalKing in /r/philosophy Open Discussion Thread | November 28, 2022 by BernardJOrtcutt I look at these situations as “or statements” Bool DidMarcusHaveGoodTeachings(); { if ((marcus is right about finding) || (marcus was right about slavery)) { Return true; } Else { return false;} } See how both things don’t have to be true, just one. Permalink Parent 1
xl_mara_ t1_iyeb7v0 wrote
Reply to comment by MikalKing in /r/philosophy Open Discussion Thread | November 28, 2022 by BernardJOrtcutt
I look at these situations as “or statements” Bool DidMarcusHaveGoodTeachings(); { if ((marcus is right about finding) || (marcus was right about slavery)) { Return true; } Else { return false;} }
See how both things don’t have to be true, just one.