Category: F#
-
F# DSL
I wanted to automate reveal from F# with a DSL that will be available also in C#. My thought it was to put information( text of picture) on the left,right,top,bottom and middle . let example = pages { put (Content.TextString “this is string”) To Page 2 At POSITION.Middle put (Content.TextString “This is text on the…