is there an idiomatic way to return the result of ...
# announcements
t
is there an idiomatic way to return the result of an assignment? what I want is something like
rs ?: run { rs = RenderScript.create(c) }
except that the right part would evaluate to
rs