@Code
设置 价格=50
End Code

<html>
<body>
如果 价格>30 那么
  打印 “价格太高了。”
End If

</body>
</html>