continuous

Open full view…

F# simple script output

robertherman
Mon, 11 Jul 2016 17:51:52 GMT

I am learning F# and Continuous, and the example hello world works, and prints to the 'Console' tab as expected. When I create a new F# script: --- open System [1..100] |> List.sum |> printfn "sum=%d" --- It builds fine, and when I hit run, it says it ran, but I see no output. What am I doing wrong? Amazing App! Rob

olefriis
Fri, 05 Aug 2016 03:41:03 GMT

Works just fine, and outputs sum=5050 Are you looking at the Console tab?

robertherman
Thu, 11 Aug 2016 04:14:40 GMT

Yes, I had checked the Console tab as I did when I ran the Hello World sample. Silly me, yes what I copied here works. I had %s in my printf, and changed it to %d to test, but never ran it before walking away. Autorun turned off! Thanks! Amazing to be programming on my iPad! Can Fable work within Continuous?