Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

How do you comment out in Liquid?

syntax liquid comments

Method chaining with function arguments

What does `<>` mean in Python?

Python, what does an underscore before parenthesis do

python syntax

What does C++ syntax “A::B:A {};” mean

How to add or increment a dictionary entry?

python syntax

What does this line mean in Java: boolean retry = id == 1;

java syntax

Groovy method with optional parameters

When are argument labels required in Swift?

swift syntax

Is it bad practice to comment out single lines of CSS with //?

css syntax comments

When do Ruby instance variables get set?

How to import a .hs file in Haskell

haskell syntax module

Returning function pointer type

How do I get a decimal value when using the division operator in Python?

How does "object.new" work? (Does Java have a .new operator?)

java syntax inner-classes

Mid-line comment in Python?

python syntax comments

-bash: syntax error near unexpected token `newline'

bash syntax newline token

Purpose of Scala's Symbol? [duplicate]

How does a for loop work, specifically for(;;)?

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

javascript arrays syntax