Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What do curly braces in Java mean by themselves?

java syntax scope curly-braces

Parenthesis surrounding return values in C

c syntax coding-style

I do not understand why this compiles

PHP curly brace syntax for member variable

What's the difference between eq, eql, equal and equalp, in Common Lisp?

syntax common-lisp equality

What is the proper way to test a Bash function's return value?

bash function syntax

Dot notation vs. message notation for declared properties

What is the underscore actually doing in this Java code? [closed]

java syntax

Why does Java not allow foreach on iterators (only on iterables)? [duplicate]

Why don't associated types for protocols use generic type syntax in Swift?

oop generics swift syntax

Why does the statement "2i;" NOT cause a compiler error?

c syntax

What is the use of <<<EOD in PHP?

php syntax

"Unknown escape sequence" error in Go

regex syntax go

ES6+ javascript module export options

Generator as function argument

$(document).on('click', '#id', function() {}) vs $('#id').on('click', function(){}) [closed]

jquery syntax

syntax error: unexpected token <

Why the strange indentation on switch statements?

java c syntax

What is the r#""# operator in Rust?

C++ array initialization

c++ syntax