📋 Metadata
- Author: roaoao
- Date: 2019-05-31 10:08:15
- Type:
answer - Reply to: post_02373
💬 Content
anminmakura:
I will do my best to decipher it!
I’m using and/or instead of if/else here.
A if condition else B
is the same as:
condition and A or B
❤️ 1 likes