Help for this page
def a print "Function 'a' called\n" ... print "a=", a, "\n" end end
a=1 Function 'a' called a=99