public class Jasic.InputStatement extends java.lang.Object implements Jasic.Statement
Constructor and Description |
---|
InputStatement(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Statements implement this to actually perform whatever behavior the statement
causes.
|
public void execute()
Jasic.Statement
execute
in interface Jasic.Statement