Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What does the Call keyword do in VB6?

vba vb6 syntax

What does the period '.' operator do in powershell?

powershell syntax operators

F# forward type declarations

.gitignore syntax - how to exclude virtualenv sub-directories?

syntax virtualenv gitignore

What's the difference between . and # in a css file?

css syntax

Is .( ever legal in C# or VB.Net?

c# vb.net syntax

Swift 2 - Pattern matching in "if"

How to do an IN query in Solr?

syntax solr

PHP Shorthand ternary operator "?:" Parse error unexpected ":"

What's the prefix for binary in PHP?

php syntax binary

Syntactic sugar in C/C++

Why does a collection initializer expression require IEnumerable to be implemented?

c# syntax language-design

What does "open!" mean?

syntax module ocaml

Curly braces in T-SQL

sql sql-server tsql syntax

Latex: Using Minted package - how do I make it wrap the text (linebreaks=true)

syntax latex pygments

swift: modifying arrays inside dictionaries

arrays dictionary syntax swift

Why does adding a trailing comma after a variable name make it a tuple?

python syntax tuples

How can I add a condition inside a php array?

php arrays syntax

How to pass a variable by name to a Thread in Python?

PHP array indexing: $array[$index] vs $array["$index"] vs $array["{$index}"]

php syntax