Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

When do we need curly braces around shell variables?

bash shell syntax curly-braces

All possible array initialization syntaxes

Are multi-line strings allowed in JSON?

json string syntax multiline

What is the difference between single-quoted and double-quoted strings in PHP?

php string syntax

Python integer incrementing with ++ [duplicate]

python syntax increment

How do you comment out code in PowerShell?

Putting a simple if-then-else statement on one line [duplicate]

How to escape single quotes within single quoted strings

bash syntax quoting

How can I do a line break (line continuation) in Python?

What does "static" mean in C?

c syntax static

Can someone explain __all__ in Python?

python syntax namespaces

How do I convert a float number to a whole number in JavaScript?

javascript syntax

Insert into ... values ( SELECT ... FROM ... )

Comments in Markdown

syntax comments markdown

Why does ++[[]][+[]]+[+[]] return the string "10"?

javascript syntax

How do I iterate over a range of numbers defined by variables in Bash?

bash shell for-loop syntax

How do I break a string in YAML over multiple lines?

string syntax yaml newline

What does ** (double star/asterisk) and * (star/asterisk) do for parameters?

How to concatenate string variables in Bash

var functionName = function() {} vs function functionName() {}