This site requires JavaScript, please enable it in your browser!
Greenfoot back
mpmullins
mpmullins wrote ...

2013/7/11

What role does the semicolon play?

mpmullins mpmullins

2013/7/11

#
What role does the semicolon play? E.g. move();
bourne bourne

2013/7/11

#
Indicates where the statement terminates. Probably mostly to aid the compiler. In Java you can write an entire program on one line.
You need to login to post a reply.