10-18-2022, 07:16 PM
(This post was last modified: 10-18-2022, 07:21 PM by TempodiBasic.)
Just Kidding but this filter for dating let me just surprised.
This is output :
"He is male and has no penis, so they may be"
However free love for everyone
-------------------------------
PS: a link about the evil IMP
https://en.wikipedia.org/wiki/Truth_tabl...mplication
Moreover the difficult to use IMP is related to get as values of comparison TRUE vs FALSE... and not scalar values
Code: (Select All)
Const False = 0, True = Not False
For Male = True To False Step 1
For Penis = True To False Step 1
If Male Then Print "He is male and "; Else Print "She is Female and ";
If Penis Then Print " has penis, so "; Else Print "has no penis, so ";
If Male Imp Penis Then
Print "they're not in my dating pool"
Else
Print "they may be"
End If
Next Penis, Male
This is output :
"He is male and has no penis, so they may be"
However free love for everyone
-------------------------------
PS: a link about the evil IMP
https://en.wikipedia.org/wiki/Truth_tabl...mplication
Moreover the difficult to use IMP is related to get as values of comparison TRUE vs FALSE... and not scalar values