Download or view multiline.frink in plain text format
// Test of triple-quoted multi-line strings.
president = "Herbert Hoover"
a = """Those were the days
And you knew who you were then
Girls were girls and men were men
Mister, we could use a man like $president again.
"That's it, boys\""""
println[a]
println["Brought to you by $president"]
Download or view multiline.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, eliasen@mindspring.com