Anonymous Variables in Imperative Languages

Keehang Kwon
DOI: https://doi.org/10.48550/arXiv.1709.08193
2017-09-24
Programming Languages
Abstract:In this paper, we bring anonymous variables into imperative languages. Anonymous variables represent don't-care values and have proven useful in logic programming. To bring the same level of benefits into imperative languages, we describe an extension to C wth anonymous variables.
What problem does this paper attempt to address?