mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
5 lines
99 B
CoffeeScript
5 lines
99 B
CoffeeScript
|
# Econ 101
|
||
|
if this.studyingEconomics
|
||
|
buy() while supply > demand
|
||
|
sell() until supply > demand
|