Talk:Ada (programming language): Difference between revisions

Content deleted Content added
Line 128:
 
In the subtypes box, Hours is defined as "range 0 .. 12;" with the comment "-- at most 12 Hours to work a day". However 0..12 in most notations covers 13 hours... is the article correct? [[Special:Contributions/81.149.7.120|81.149.7.120]] ([[User talk:81.149.7.120|talk]]) 22:24, 30 September 2023 (UTC)
 
:Hours is defined further up as a mod 24. The subtype is Working_Hours, which is used to keep track of a person's hours spent at work, where the comments give this particular employer's rules that Monday through Friday are the only working days and someone can work anywhere from no hours to twelve hours during any of those days. [[User:Wasted Time R|Wasted Time R]] ([[User talk:Wasted Time R|talk]]) 22:52, 30 September 2023 (UTC)