stocktest.frink

Download or view stocktest.frink in plain text format


// Interactive program to fetch stock prices.

use stock.frink

while symbol = input["Enter ticker symbol: "]
   println["$symbol: $" + (stock[symbol] -> dollars)]


Download or view stocktest.frink in plain text format


This is a program written in the programming language Frink.
For more information, view the Frink Documentation or see More Sample Frink Programs.

Alan Eliasen was born 19966 days, 6 hours, 23 minutes ago.