Skip to content

Instantly share code, notes, and snippets.

View coquebg's full-sized avatar

Plamen Stoev coquebg

  • VMware
  • Sofia, Bulgaria
View GitHub Profile
@coquebg
coquebg / GO2_Block_level_checks.md
Last active November 25, 2018 20:21
GO2: Block level checks

Rational

Proposition

I would like to propose a new language construction for block level checks, which can be useful im many situations One application can be error handling, but the construction is not limited to this only

The new keyword will be in the form:

until [condition] { check expression } else { expressions }