@Code Dim price=25 End Code @if price>=30 Then @

The price is high.

ElseIf price>20 And price<30 then @

The price is OK.

Else @

The price is low.

End If