j
k
j a
j l
*Main> let c = someCounter 0 *Main> draw c 0 *Main> let c' = increase someCounter *Main> draw c' 1
Sorry, the example should have been: *Main> let c = someCounter 0 *Main> draw c 0 *Main> let c' = increase c *Main> draw c' 1 Greetings, Daniel
Back to the thread
Back to the list