A New Statement for Selection and Exception Handling in Imperative Languages
Programming Languages
2019-01-14 v4
Abstract
Diverse selection statements -- if-then-else, switch and try-catch -- are commonly used in modern programming languages. To make things simple, we propose a unifying statement for selection. This statement is of the form seqor(G_1,...,G_n) where each is a statement. It has a a simple semantics: sequentially choose the first successful statement and then proceeds with executing . Examples will be provided for this statement.
Cite
@article{arxiv.1308.4452,
title = {A New Statement for Selection and Exception Handling in Imperative Languages},
author = {Keehang Kwon},
journal= {arXiv preprint arXiv:1308.4452},
year = {2019}
}
Comments
8 pages. We add the notion of negative exception handling