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 20217 days, 23 hours, 45 minutes ago.