func &( left:OCBool, right: OCBool)->OCBool{

    if left{
return right
}
else{
return false
}
}
04-30 04:01