Update Strings

2025-11-21 16:34:01 -08:00
parent 50881ee4a5
commit 4c878845c6

@@ -87,4 +87,5 @@ if (a.Find("Wo", &i, SearchPattern::RIGHT_LEFT, IndexResult::BEGINNING))
Console::Write_8("\"Wo\" not found."); Console::Write_8("\"Wo\" not found.");
return 1; return 1;
``` ```
**Result:** i == 6