mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 13:44:41 +08:00
5 lines
108 B
CoffeeScript
5 lines
108 B
CoffeeScript
|
# This is a comment
|
||
|
if this.studyingEconomics
|
||
|
buy() while supply > demand
|
||
|
sell() until supply > demand
|