条件文(〜しない限り)
if を使った条件文:
If I don't have time, I won’t play games.
📚 unless(〜しない限り)
Unless I have time, I won’t play games.
unless = if ... not(~しない限り)
- unless の後の動詞は肯定形
📊 パターン
| 表現 |
例 |
| if not |
If I don't have time, I won’t play games. |
| unless |
Unless I have time, I won’t play games. |
📝 例
| if文 |
unless文 |
| If I don’t hurry, I will be late. |
(Unless) I hurry, I will be late. |
| If I don’t study, I will fail. |
(Unless) I study, I will fail. |
| If I don’t leave now, I will miss the bus. |
(Unless) I leave now, I will miss the bus. |
✏️ 英作文解答
| 日本語 |
英語 |
| 急がない限り、遅刻するだろう。 |
Unless I hurry, I will be late. |
| 勉強しない限り、落ちるだろう。 |
Unless I study, I will fail. |