if (isCommand(token))
{
//do command logic
if (token.equals("clear")); //Execute logic to clear ta...
System.out.println("this token ("+token+") is a command");
return;
}
Just so you know, I am writing this purely for my own education, so it isn't schoolwork...
Attached File(s)
-
Hyperion.zip (1.99K)
Number of downloads: 63

New Topic/Question
Reply


MultiQuote





|