list)
number = -42 if opposite
if this.studyingEconomics
buy() while supply > demand
sell() until supply > demand
class Animal
constructor: (@name) ->
move: (meters) ->
alert @name + " moved #{meters}m."
class Snake extends Animal
move: ->
alert "Slithering..."
super 5
class Horse extends Animal
move: ->
alert "Galloping..."
super 45
По-сути да, а что?
Обсуждают сегодня