mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Make the len parameter optional in STRSUB(str, pos, len)
An unspecified length will continue to the end of the string.
This commit is contained in:
@@ -4,6 +4,10 @@ C
|
||||
A
|
||||
B
|
||||
C
|
||||
BC
|
||||
BC
|
||||
|
||||
ABC
|
||||
AB
|
||||
BC
|
||||
BC
|
||||
@@ -11,6 +15,7 @@ BC
|
||||
ABC
|
||||
|
||||
|
||||
|
||||
カタ
|
||||
カナ
|
||||
カナ
|
||||
|
||||
Reference in New Issue
Block a user