Between: Difference between revisions

From The K Language Wiki
Content added Content deleted
(Created page with "K uses the convention that integer intervals are are left-closed right-open, e.g. "between 3 and 7" means <code>3 4 5 6</code>.")
 
("Added a general language category")
 
Line 1: Line 1:
K uses the convention that integer intervals are are left-closed right-open, e.g. "between 3 and 7" means <code>3 4 5 6</code>.
K uses the convention that integer intervals are are left-closed right-open, e.g. "between 3 and 7" means <code>3 4 5 6</code>.

[[Category:Language]]

Latest revision as of 08:00, 9 July 2022

K uses the convention that integer intervals are are left-closed right-open, e.g. "between 3 and 7" means 3 4 5 6.