Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

How to use 'is' when type passed in through method?

c# syntax

Why does Ruby require .call for Proc invocation?

ruby syntax

What does the following colon (:) mean in MATLAB syntax?

An unusual Python syntax element frequently used in Matplotlib

What does the star mean in function definition like "function* ()"? [duplicate]

Why does white-space affect ruby function calls?

ruby syntax whitespace

Is there a shorter way to write a for loop in Java?

java for-loop syntax shorthand

foreach(Derived obj in new List<Base>())

Can I have a value constructor named "/""?

haskell syntax

Is using using Better? [duplicate]

c# syntax

Handling multiple exception types in OCaml

syntax error-handling ocaml

Confusing syntax error near unexpected token 'done'

Javascript vs jQuery Function Difference?

Is this list comprehension pythonic enough? [duplicate]

What does ESP mean in assembly? [duplicate]

PHP syntax error “unexpected $end”

php syntax syntax-error

What does this PHP syntax mean?

php syntax

In Perl, what is the difference between accessing an array element using @a[$i] as opposed to using $a[$i]?

perl syntax

Ternary operator inside printf

How would you write the equivalent of this C++ loop in Rust

loops syntax rust iteration