# An example of being able to compile both of these in the
# same module and calling foo from bar.
foo =
function(x, y)
{
return( x + y )
}
bar =
function(x, y)
{
return ( foo(x, y) + 10 )
}
foobar =
function(x, y)
{
return ( sqrt(foo(x, y)) )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.