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

Println function #17

Closed lucarin91 closed 9 years ago

lucarin91 commented 9 years ago

In the funW@p language we can also print some string, so the println function can have also string as argument, like this: println("Hello World!")

We have to add this on the grammar!