Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

Is there any difference between the `:key => "value"` and `key: "value"` hash notations?

How to break a long line of code in Golang?

go syntax

What does a b prefix before a python string mean?

python syntax python-3.x byte

What does 'wb' mean in this code, using Python?

python file syntax

Difference between '..' (double-dot) and '...' (triple-dot) in range generation?

ruby syntax range

Can you add new statements to Python's syntax?

Is there a difference between x++ and ++x in java?

#import using angle brackets < > and quote marks " "

Advanced JavaScript: Why is this function wrapped in parentheses? [duplicate]

What does the "@" symbol do in PowerShell?

syntax powershell

Java switch statement multiple cases

Is there a performance gain in using single quotes vs double quotes in ruby?

ruby performance syntax

What do constructor type arguments mean when placed *before* the type?

Kotlin asterisk operator before variable name or Spread Operator in Kotlin

syntax kotlin

Why do assignment statements return a value?

c# syntax

How can I throw an exception in C?

c exception syntax

Python-equivalent of short-form "if" in C++ [duplicate]

c++ python syntax

How to break out of a loop from inside a switch?

Ruby's ||= (or equals) in JavaScript?

javascript ruby syntax

Kotlin secondary constructor

syntax constructor kotlin