Document Correction needed

Topic: Interval

(2…5)
// input > 2 and input < 5 → need to corrected as less than 2 or greater than 5 as this is exclude, not an include.

I think the bracket (2.. 5) is intended to exclude the numbers. If you wanted to include the numbers you’d need to use [2.. 5]

You can test it out for yourself here.

Thanks @Niali. Thanks for sharing the new simulator link.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.