Useless programs :D

wonder

Expert
Licensed User
Longtime User
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! :D
 

Cableguy

Expert
Licensed User
Longtime User
B4X:
Sub CallMother(answer as boolean)
If answer then
return "nothing"
Else
CallMother (false)
End if
End sub

Kids use this code alot!!
 
Top