Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What does the exclamation mark mean in a Haskell declaration?

Python "raise from" usage

Why should I use a semicolon after every function in javascript?

javascript syntax

Arrow operator (->) usage in C

c pointers syntax

How do I syntax check a Bash script without running it?

linux bash unix syntax gnu

How do you create a static class in C++?

c++ oop class syntax static

What is the C# Using block and why should I use it? [duplicate]

What do parentheses surrounding an object/function/class declaration mean? [duplicate]

javascript syntax

Can I use ES6's arrow function syntax with generators? (arrow notation)

Add a property to a JavaScript object using a variable as the name?

How to replace multiple patterns at once with sed?

replace syntax sed

Understanding implicit in Scala

Is there a difference between `continue` and `pass` in a for loop in python?

python syntax continue

Java generics - why is "extends T" allowed but not "implements T"?

What is /dev/null 2>&1?

`from ... import` vs `import .` [duplicate]

What is :: (double colon) in Python when subscripting sequences?

python syntax slice

In Ruby, how do I skip a loop in a .each loop, similar to 'continue' [duplicate]

ruby loops syntax iteration

Case statement with multiple values in each 'when' block

What does the `forall` keyword in Haskell/GHC do?

haskell syntax types ghc forall