You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add slice syntax for strings and lists
- Support [start:end], [:end], [start:], and [:] slice syntax
- Negative indices supported (e.g., s[-5:] for last 5 chars)
- Works on both strings and lists
- Add slice test to test_script.sh