User Tools

Site Tools


format_code

This is an old revision of the document!


resource

| code.php
if (!$lang) $lang = NULL;
// add one line
if (!trim($title) && $lang) $title = "Language: $lang";
// end addition
} else {}
| good.py
def function(){
 print "hello"
}
format_code.1472438170.txt.gz · Last modified: 2016/08/28 21:36 (external edit)