Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What is the difference between syntax and semantics in programming languages?

What does Class<?> mean in Java?

java syntax

What does the leading semicolon in JavaScript libraries do?

javascript syntax

What is the purpose of the '@' symbol in CSS?

css syntax symbols

In Stroustrup's example, what does the colon mean in "return 1 : 2"?

c++ syntax

Best way to split string into lines

c# string syntax multiline

Bash/sh - difference between && and ;

Difference between if () { } and if () : endif;

php syntax

What does %>% function mean in R?

r syntax dplyr magrittr r-faq

Const before or const after?

c++ c syntax constants

How to use ? : if statements with Razor and inline code blocks

PHP Difference between array() and []

How can I concatenate regex literals in JavaScript?

javascript regex syntax

What is the difference between ${var}, "$var", and "${var}" in the Bash shell?

bash shell variables syntax

Why was the statement (j++); forbidden?

Get Insert Statement for existing row in MySQL

mysql syntax

Isn't a semicolon (';') needed after a function declaration in C++?

how to reference a YAML "setting" from elsewhere in the same YAML file?

Ruby send vs __send__

ruby syntax

What does @@variable mean in Ruby?