Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What are the rules for named arguments and why?

c# syntax language-design

Python invalid syntax with "with" statement

python syntax syntax-error

ASP.NET <%= %> vs <%: %>

asp.net syntax .net-4.0

Meaning of >> in print statement

python syntax python-2.x

Scala Vector fold syntax (/: and :\ and /:\)

scala syntax fold

Syntax What does $$ mean in Haskell?

haskell syntax

Using return value from DELETE for UPDATE in Postgres

PHP variable / function / class names using special characters

php function syntax label

How can I do a line break (line continuation) in Elixir?

syntax elixir

How to instantiate an object in TypeScript by specifying each property and its value?

SQL where field in vs. where field = with multiple ors?

sql syntax

SQL efficiency - [=] vs [in] vs [like] vs [matches]

sql syntax performance

Compound if statements with multiple expressions in Bash

bash if-statement syntax

Nested if-else behaviour without braces

java if-statement syntax

Meaning of Triple Dots [...] in Flutter Syntax

flutter syntax

How do struct{} and struct{}{} work in Go?

go struct syntax

Should I use Perl's conditional ? : operator as a switch / case statement or instead of if elsif?

perl syntax conditional

What is the difference between {} and [] in python?

python syntax

Safely dereferencing FirstOrDefault call in Linq c#

c# linq syntax

Weak typing in PHP: why use isset at all?

php syntax