Uses of Interface
net.sourceforge.plantuml.jasic.Jasic.Statement
Packages that use Jasic.Statement
-
Uses of Jasic.Statement in net.sourceforge.plantuml.jasic
Classes in net.sourceforge.plantuml.jasic that implement Jasic.StatementModifier and TypeClassDescriptionclass
An assignment statement evaluates an expression and stores the result in a variable.class
A "goto" statement jumps execution to another place in the program.class
An if then statement jumps execution to another place in the program, but only if an expression evaluates to something other than 0.class
An "input" statement reads input from the user and stores it in a variable.class
A "print" statement evaluates an expression, converts the result to a string, and displays it to the user.