Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

Bash syntax error: unexpected end of file

bash syntax

Is it possible to make anonymous inner classes in Java static?

java syntax inner-classes

Why does the delete[] syntax exist in C++?

Concatenate two string literals

What does the tilde (~) mean in my composer.json file?

symfony syntax composer-php

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