MCSN-project2014 / APproject

Project for the MCSN Advanced Programming Module A.Y. 2014/2015
http://mcsn-project2014.github.io/APproject/
MIT License
4 stars 0 forks source link

The readln() function #18

Closed lucarin91 closed 9 years ago

lucarin91 commented 9 years ago

we have to implement the readln() function in the grammar. I would do that only integer value can be read from keyboard. So the only way to use readln can be: var a int = readln();