Package | Description |
---|---|
net.sourceforge.plantuml.jasic |
Modifier and Type | Class and Description |
---|---|
class |
Jasic.AssignStatement
An assignment statement evaluates an expression and stores the result in
a variable.
|
class |
Jasic.GotoStatement
A "goto" statement jumps execution to another place in the program.
|
class |
Jasic.IfThenStatement
An if then statement jumps execution to another place in the program, but
only if an expression evaluates to something other than 0.
|
class |
Jasic.InputStatement
An "input" statement reads input from the user and stores it in a
variable.
|
class |
Jasic.PrintStatement
A "print" statement evaluates an expression, converts the result to a
string, and displays it to the user.
|
Copyright © 2015. All Rights Reserved.