Changes between Version 1 and Version 2 of Ticket #243, comment 1
- Timestamp:
- 09/17/2021 10:56:36 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #243, comment 1
v1 v2 22 22 `if two_digit_year < yy, then cc = cc + 1` 23 23 `returned four-digit year is cc concatenated with two_digit_year` 24 /* If the language allows substitution of characters in a character variable , the return value need not be a separate variable, it could be ''start_year'' with ''two_digit_year'' replacing the right two digits of ''start_year'' */24 /* If the language allows substitution of characters in a character variable and the possible incrementation of ''cc'' was actually performed on the left two characters of ''start_year'', the return value need not be a separate variable, it could be ''start_year'' with ''two_digit_year'' replacing the right two digits of ''start_year'' */
