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