Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What's the difference between <?> and <? extends Object> in Java Generics?

java syntax generics

What does "while True" mean in Python?

python syntax

Location of parenthesis for auto-executing anonymous JavaScript functions?

What's the false operator in C# good for?

c# .net syntax

"var" or no "var" in JavaScript's "for-in" loop?

Use-case of `oneway void` in Objective-C?

Conditional operator in Python? [duplicate]

python syntax

Does assignment with a comma work?

javascript syntax

Associativity of "in" in Python?

python syntax

Syntax highlighting code with Javascript [closed]

How do I select an element in jQuery by using a variable for the ID?

jquery syntax select

What are the precise rules for when you can omit parenthesis, dots, braces, = (functions), etc.?

syntax scala

What does [:] mean?

python arrays syntax slice

Why are functions and methods in PHP case-insensitive?

php syntax case-insensitive

Why isn't assigning to an empty list (e.g. [] = "") an error?

Immediate function invocation syntax

javascript syntax jslint iife

Using unset vs. setting a variable to empty

bash variables syntax

Nested JSON objects - do I have to use arrays for everything?

Is there a difference between single and double quotes in Java?

java syntax

Is there a better way to express nested namespaces in C++ within the header

c++ syntax namespaces