mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +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
|