mes: Basic support for string-index.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 6 May 2017 21:00:27 +0000 (23:00 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 6 May 2017 21:00:27 +0000 (23:00 +0200)
commitc84f95beeefe8165ceacf6e622e6fac9d6f50e79
tree2c7fcd0144be2276b43040ace407606f4df2c552
parent529ab8caa10cfc187eaa10da22f78d951e296b0d
mes: Basic support for string-index.

* module/srfi/srfi-13.mes (string-index): New function.
* tests/srfi-13.test ("string-index"): Test it.
module/srfi/srfi-13.mes
tests/srfi-13.test