Search Results For "syntax"
Log
... he former syntax, it increases readability considerably. Example 2: Ruby style iterator with bare delegate
2.Times(
delegate(int number)
{
Console.WriteLine("> " + number);
}
);
0 comments
Printer friendly
....
About
... ted using Syntax Highlighter. The blog comments are protected from spam using akismet. My identi.ca updates are displayed by the Laconica badge. ....
Vim engaged
... / disable syntax highlighting :syntax on:syntax offIf vim does not recognize the filetype, set the filetype manually :set filetype=filetypeexample :set filetype=phpshow ruler (cursor coordinates) :set rulershow vim mode (INSERT / REPLACE / ...) :set showmodeshow matching parentheses :set showmatchreplace ....
