BasicToken:IfEnd
From WikiPrizm
Jump to navigationJump to searchContents
IfEnd
Description
This command is used with If-Then statement along with Then, and If.
Syntax
If Condition
Then
...Codes...
IfEnd
Example
If A=6 Then A+3 IfEnd
This command is used with If-Then statement along with Then, and If.
If Condition
Then
...Codes...
IfEnd
If A=6 Then A+3 IfEnd