RosettaCodeData/Task/Define-a-primitive-data-type/00-TASK.txt
2023-07-01 13:44:08 -04:00

2 lines
257 B
Text

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.