PasteRack.org
Paste # 55787
2018-02-20 14:39:56

Fork as a new paste.

Paste viewed 124 times.


Embed:

  1. #lang racket
  2.  
  3. (define googlestock (list "GOOG" 2 25))
  4. (define value (symbol price shares)
  5.   (* (price)(share)
  6.      ))
  7. (value googlestock)

=>