substring=?

[procedure] substring=? str1 str2 len

Bigloo: compares first len chars of two strings.

This can be represented by SRFI-13's string-prefix? as:

  (string-prefix? str1 str2 0 len)