Re: [racket-users] Re: Output values

2019-01-20 Thread netraken
On 20/01/2019 19:50, Jonathan Simpson wrote: > Are you looking for the values function?  > > https://docs.racket-lang.org/reference/values.html?q=values#%28def._%28%28quote._~23~25kernel%29._values%29%29 > > In your example you'd end EnumTriplet with this: > > (values x y z) > Yes, that's it.

[racket-users] Re: Output values

2019-01-20 Thread Jonathan Simpson
Are you looking for the values function? https://docs.racket-lang.org/reference/values.html?q=values#%28def._%28%28quote._~23~25kernel%29._values%29%29 In your example you'd end EnumTriplet with this: (values x y z) -- Jonathan On Friday, January 18, 2019 at 8:49:30 AM UTC-5, Alain Bertrand