Range (computer programming): Difference between revisions

Content deleted Content added
Ksp-atlas (talk | contribs)
m top: Fixed grammar - have -> has
Tags: Mobile edit Mobile app edit Android app edit App full source
Line 77:
}
</syntaxhighlight>
 
[[Python (programming language)|Python]] and [[PHP (programming language)|PHP]] does not have any range operator but they do have {{Code|range}} function.<ref>{{cite web |title=Built-in Functions |url=https://docs.python.org/3/library/functions.html#func-range |website=Python documentation |publisher=Python Software Foundation |access-date=17 December 2024 |language=en}}</ref><ref>{{cite web |url=https://www.php.net/manual/en/function.range.php |publisher=The PHP Documentation Group |access-date=17 December 2024}}</ref>
 
== See also ==