5 linhas
108 B
CoffeeScript
5 linhas
108 B
CoffeeScript
# This is a comment
|
|
if this.studyingEconomics
|
|
buy() while supply > demand
|
|
sell() until supply > demand
|