get..Root.StringIterator.getGets value of an element (new String consisting of one character) pointed by iterator.
String of size 1NativeCallable, Callable
auto str.=("Hello world!");
for (auto it.=(str.begin()).!=, str.end(), it.++, {
log(it.get());
});