{{{ #!c this_is_a_function() { //This is a comment /* This is another comment */ char[] a = "And this is a string"; } }}}