Search code examples
Semicolons superfluous at the end of a line in shell scripts?...


bashshellsyntax

Read More
Why is “var let” allowed, but “let let” not?...


javascriptsyntax

Read More
Use calculated value for a comparison and result...


sqlsql-serversyntaxcase

Read More
What is the correct syntax to call this method?...


c#dependency-injectionsyntaxdryioc

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


pythonsyntaxparameter-passingvariadic-functionsargument-unpacking

Read More
Javascript syntax error: "missing ) in parenthetical" on line with the correct number of p...


javascriptjquerysyntaxcoldfusion

Read More
Are curly brackets used in Lua?...


syntaxlua

Read More
Best syntax for a = (x == null) ? null : x.func()...


c#syntax

Read More
What is the syntax for a multiline string literal?...


stringrustsyntax

Read More
How can I put validation in the getter and setter methods in C#?...


c#.netvb6syntaxautomatic-properties

Read More
Sql join notation: Is this equivalent to inner or full join?...


sqlsyntax

Read More
Why does this C program compile despite apparently defining a local function without a return type?...


csyntaxfunction-declaration

Read More
Extracting File Name from Path in Batch File...


for-loopvariablesdebuggingbatch-filesyntax

Read More
How can I insert multiple rows with a single statement in SQLite?...


sqldatabasesqlitesyntaxinsert

Read More
Syntax to manually insert a UUID value in Postgres...


postgresqlsyntaxsyntax-erroruuid

Read More
What are the rules for valid identifiers (e.g. functions, vars, etc) in Bash?...


linuxbashunixsyntax

Read More
LaTeX: Using Minted package - how do I make it wrap the text (linebreaks=true)...


syntaxlatexpygments

Read More
Why does an object literal placed before an array literal apparently evaluate to just the array in t...


javascriptsyntaxcurly-bracesobject-literal

Read More
PowerShell string interpolation syntax; are $($...) and ${$...} equivalent?...


powershellsyntaxstring-interpolation

Read More
What is "?:" notation in JavaScript?...


javascriptsyntaxoperatorsnotation

Read More
What does `[…](…) { … }` mean inside an object definition in JavaScript?...


javascriptsyntaxobject-literalsquare-bracket

Read More
Interpolate a constant (not variable) into 'heredoc'...


phpsyntaxconstantsheredoc

Read More
How to concatenate strings in twig...


syntaxtwigstring-concatenationtemplating

Read More
how do I pass a range of values on the command line - passing an expression as an argument...


powershellparsingcommand-linesyntaxparameter-passing

Read More
Javascript: difference between using an IIFE and a block statement...


javascriptsyntaxscopeblockiife

Read More
What is the difference between . (dot) and $ (dollar sign)?...


haskellsyntaxfunction-composition

Read More
What does the “free” function `toString` (at global scope, not called as a method) do?...


javascriptsyntax

Read More
Is it possible to assign the same value to multiple keys in a dict object at once?...


pythonsyntaxdictionary

Read More
Pipe complete array-objects instead of array items one at a time?...


arrayspowershellobjectsyntaxpipeline

Read More
What does a dash inside of curly braces mean in Hugo Templating?...


syntaxhugo

Read More
BackNext