简体   繁体   中英

Except for python, is there any other language supporting negative index?

I just wonder is there any other programming language to support negative index.

About C, the pointer can be calculated just like number. so please except it.

But in python, my_list[-1] is the last of list.

Is Python the only language supporting such a negative indexing concept?

your answer will be helpful, with various language experience. :)

Have a nice day :)

According to this article,

  • Ch
  • LiveCode
  • Mathematica
  • Python
  • Ruby
  • S-Lang
  • Wolfram Language

Can use Negative indexing for accessing the array elements from the last.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM