mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +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
|