Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What do square brackets around an expression mean, e.g. `var x = a + [b]`?

javascript arrays syntax

What does '&' do in a C++ declaration?

c++ syntax operators

Is it correct to use single quotes for HTML attributes?

How can you write multiple statements in elisp 'if' statement?

syntax elisp

Why does 10..toString() work, but 10.toString() does not? [duplicate]

javascript syntax

Why should there be spaces around '[' and ']' in Bash?

bash if-statement syntax

What is the meaning of "dot parenthesis" syntax? [duplicate]

Strange array return type

java arrays syntax declaration

What characters are permitted for Haskell operators?

haskell syntax operators

Testing for nil in Objective-C -- if(x != nil) vs if(x)

objective-c syntax

Convert Map<String,Object> to Map<String,String>

What are those pipe symbols for in Ruby?

ruby syntax

List of Scala's "magic" functions

syntax scala

In JavaScript is != same as !== [duplicate]

javascript syntax

How do I perform a GROUP BY on an aliased column in MS-SQL Server?

sql sql-server tsql syntax

c++ array assignment of multiple values

What does the -> <- operator do?

Why is a trailing comma a SyntaxError in an argument list that uses *args syntax?

What is C# 'internal' in VB.net?

c# vb.net syntax keyword

Using an Alias in SQL Calculations

mysql sql database syntax