Generator Resume passing a value to Yield

Am I right that Squirrel doesn’t support resume passing a value to its corresponding yield? I know it works the other way, but Lua seems to support it in both directions. It would make some of my code much cleaner if I could pass a value.

Python also supports it in both directions, but you’re right that Squirrel doesn’t. (Doesn’t yet, that is; adding it sounds like it’d be a fun project…)

Peter