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 19965 days, 17 hours, 38 minutes ago.