Navigation: » No topics above this level «
if (Year < 100) then
if (Year > 50) then
copy (Year + 1900) to Year
else
copy (Year + 2000) to Year
end if