I'm not too deep in Gosu, so this code confused me. I've googled, etc., but to no avail. What are the backslashes doing in this snippet?
GET_STUFF.execute(\ -> {
var gig = withPackagedGig(request.id, request.signature, \ k -> {
k.addItem("Log_RetrievedGig");
return k;
});
myObj = toObj(gig);
})