IF
IF expression
BEGIN
...
END
Examples
IF 1=1 BEGIN PRINT 'true' END
IF expression
BEGIN
...
END
IF 1=1 BEGIN PRINT 'true' END