BasicToken:Then
From WikiPrizm
Revision as of 19:12, 16 February 2012 by YeongJIN COOL (talk | contribs) (Created page with '= Then = == Description == This command is used with If-Then statement along with '''IfEnd''', and '''If'''. == Syntax == '''If''' ''Condition'' '''Then''' ...Codes... '''IfE…')
Contents
Then
Description
This command is used with If-Then statement along with IfEnd, and If.
Syntax
If Condition
Then
...Codes...
IfEnd
Example
If A=6 Then A+3 IfEnd