mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
5 lines
99 B
CoffeeScript
5 lines
99 B
CoffeeScript
|
# Econ 101
|
||
|
if this.studyingEconomics
|
||
|
buy() while supply > demand
|
||
|
sell() until supply > demand
|