User Defined Functions
VulcanWM
instead of printing the answer try returning it
and the variable will be
var_name = function()
instead of printing the answer try returning it
and the variable will be
var_name = function()
The above should work, changes:
Line 10
removed.Line 9
now accepts a variable.Line 16
removed.Line 17
callsCalculate(r)
and givesr
asradius()