vassilych / cscs

CSCS: Customized Scripting in C#
MIT License
169 stars 49 forks source link

adding support in foreach for strings to behave as arrays #8

Closed YindSoft closed 5 years ago

YindSoft commented 5 years ago

I added a check in the foreach funciton so if a string is passed it will behave as an array of chars (strings). Useful for text proccessing.