ianagbip1oti / ProC

Hawt new programming language
MIT License
4 stars 0 forks source link

add support for multiple statements on one line #41

Closed initializesahib closed 7 years ago

initializesahib commented 7 years ago

E.g. a(b); c(d); e = 5; d();

ianagbip1oti commented 7 years ago

This is already possible. Added an example at https://github.com/ianagbip1oti/ProC/blob/master/examples/strings.proc#L6