Define a primitive data type: Difference between revisions

Content added Content deleted
(cat:type system)
Line 1: Line 1:
{{task|Basic language learning}}
{{task|Basic language learning}}
[[Category:Type System]]
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.
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.