ChezScheme icon indicating copy to clipboard operation
ChezScheme copied to clipboard

Scall returning multiple values

Open ovenpasta opened this issue 6 years ago • 0 comments

Hi, is there a kind of Scall that can be applied on a scheme function that returns multiple values? By example: #define CALL0(who) Scall0(Stop_level_value(Sstring_to_symbol(who))) ptr p=CALL0("open-string-output-port"); How to get the port and the procedure?

ovenpasta avatar Dec 03 '18 18:12 ovenpasta