RosettaCodeData/Task/Define-a-primitive-data-type/00-TASK.txt

3 lines
257 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Demonstrate how to define a type that behaves like an integer but has a lowest valid value of 1 and a highest valid value of 10. Include all bounds checking you need to write, or explain how the compiler or interpreter creates those bounds checks for you.