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