PHP Function
function say_hello($name) {
$out = "Hello $name";
return $out;
}
Ruby Function
def say_hello(name)
out = "Hello ${name}"
return out
end
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|