Conditionals 假如 (Type 0, 1)
- Gordon
- Mar 22, 2022
- 1 min read
Type 0
是最簡單直接的。
refers to a situation which is always true. (不變的規則)
它的句子的結構(form)是這樣的:

Type 1
就是我們最常見的用法。
to talk about something that will 'possibly happen' in the future.
(假設將來可能發生的事)
它的句子的結構(form)是這樣的:

Comments