$success = TRUE;
if integer("42") != 42 $success = FALSE;
if integer("-42") != -42 $success = FALSE;
