Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bool Check()
- {
- string Sentence = "This sentence is a false proposition";
- if (Sentence.Contains("false proposition") && !Sentence.Contains(PropositionFragments))
- return true;
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement