xpp
{
if
(today() > #10/01/2000#) {
xout(
"forward");
} else {
xout(
"backward");
}
}