
if (true) then
   echo "true to \"prawda\""
else
    echo "true to \"fasz\""
fi

if (false) then
   echo "false is \"prawda\""
else
    echo "false to \"fasz\""
fi
