2000 character limit reached
Incorporating User Interaction into Imperative Languages (1508.03837v2)
Published 16 Aug 2015 in cs.PL
Abstract: In this paper, we present two new forms of the $write$ statement: one of the form $write(x);G$ where $G$ is a statement and the other of the form $write(x);D$ where $D$ is a module. The former is a generalization of traditional $write$ statement and is quite useful. The latter is useful for implementing interactive modules.