21 lines
459 B
Plaintext
21 lines
459 B
Plaintext
note
|
|
description: "A strategy for converting character codes to numbers and vica-versa"
|
|
author: "Colin LeMahieu"
|
|
date: "$Date$"
|
|
revision: "$Revision$"
|
|
quote: "Free speech is meaningless unless it tolerates the speech that we hate. - Henry J. Hyde, U.S. Congressman, Speech, 5/3/91"
|
|
|
|
deferred class
|
|
CHARACTER_STRATEGY
|
|
|
|
feature
|
|
|
|
text_to_number (in: NATURAL_8): NATURAL_8
|
|
deferred
|
|
end
|
|
|
|
number_to_text (in: NATURAL_8): NATURAL_8
|
|
deferred
|
|
end
|
|
end
|