given fork { case $_ < 0 { #error } case $_ > 0 { #parent } default { #child } }