Warning: session_start(): open(/var/lib/php/sessions/sess_293rddqbfl2kv9dheufnlqgif8, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
true
true => a & b
expect (a)
expect (b)
---
theory (a human weighs between 80 and 400 pounds) {
$x is a human
& $x weighs $y pounds
=> $y >= 80 & $y <= 400
}
$x says (i weigh $y pounds)
=> $x weighs $y pounds
$x says (my weight is $y pounds)
=> $x weighs $y pounds
john is a human
john weighs x pounds
expect (x >= 80)
expect (x <= 400)