» I like songs.

C#, Ruby

Code snippet

07.04.08 | 1 Comment

This is an example Ruby snippet:

def HavingFun? ()
  @lang == :ruby
end

…and here’s a C# one:

public bool IsHavingFun
{
    get { return _isHavingFun; }
    private set { _isHavingFun = value; }
}

… both styled by the WP-CodeBox plugin.

1 Comment

have your say

Add your comment below, or trackback from your own site. Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

:

:



» I like songs.