A final proposal for await syntax

@kornel made a really good point in another thread that the dot operator can already be seen as syntactic sugar for the (prefix) universal function calling syntax:

Supporting both await expr and expr.await seems consistent with this model.

4 Likes