First Header | Second Header |
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
- abc
- def
- 123123
- 231312
- adf
- def
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.