Daniel Heim
Results
1
comments of
Daniel Heim
You've probably solved this, but try: `~ return {x}` instead of just `{x}` The former returns the value to caller. While the later, logs the value, as if it's a...