Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88a4ee9

Browse files
author
Ben Lerner
committedMay 2, 2024
Add string-find-index and string-get-index (from brownplt/pyret-lang#1739) to default namespace
1 parent 1d71fdc commit 88a4ee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/web/arr/trove/starter2024.arr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ provide from G:
427427
string-from-code-point,
428428
string-from-code-points,
429429
string-index-of,
430+
string-find-index,
431+
string-get-index,
430432
string-is-number,
431433
string-isnumber,
432434
string-length,

0 commit comments

Comments
 (0)
Please sign in to comment.