wonder Expert Licensed User Longtime User Feb 8, 2016 #1 Shakespeare Is Always Right B4X: Sub Shakespeare(b As Boolean) As Boolean Return ((b AND b) Or Not(b AND b)) End Sub Your turn!
Shakespeare Is Always Right B4X: Sub Shakespeare(b As Boolean) As Boolean Return ((b AND b) Or Not(b AND b)) End Sub Your turn!
Cableguy Expert Licensed User Longtime User Feb 8, 2016 #2 B4X: Sub CallMother(answer as boolean) If answer then return "nothing" Else CallMother (false) End if End sub Kids use this code alot!!
B4X: Sub CallMother(answer as boolean) If answer then return "nothing" Else CallMother (false) End if End sub Kids use this code alot!!