source("../object-inheritance.r", chdir = TRUE)
Counter <- Object$clone()$do({
init <- function() self$counter <- 0
count <- function() {
self$counter <- self$counter + 1
self$counter
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.