Added return, break and continue.

This commit is contained in:
TomyLobo
2011-11-22 17:54:43 +01:00
parent efc2209c0f
commit 1a57f6e95d
10 changed files with 156 additions and 8 deletions

View File

@ -48,6 +48,8 @@ public interface Identifiable {
* I - Conditional
* w - While
* F - For
* r - Return
* b - Break (includes continue)
* </pre>
*/
public abstract char id();