示例:注释
在单行代码中(如
If a>b Then c Else d !if/then expression
),只会对叹号之前的部分进行求值。在多行代码中,如:
- If a>b !Click this button to use a subset of the data contained in the data model.
- !temp a greater than temp b
- Then c ! shut valve
- Else d ! do nothing
只对感叹号之前的部分进行求值。
提供反馈