Search code examples
Locale differences in Google Sheets (documentation missing pages)...


datedatetimegoogle-sheetssyntaxformatting

Read More
Why are both "const T" and "T const" valid, and which one should you use?...


c++csyntaxconstants

Read More
PostgreSQL syntax check without running the query...


sqlparsingpostgresqlsyntaxcvs

Read More
Syntax error when asking if a variable equals another variable...


if-statementvariablesbatch-filesyntaxequality

Read More
How do I declare a class' friendship with a templated function in a fully-qualified namespace?...


c++syntaxfriendclass-designfunction-templates

Read More
How to enter a Date into a table in TSQL? (Error converting data type varchar to datetime)...


sqlt-sqlsyntax

Read More
How do you say not equal to in Ruby?...


rubysyntaxequality

Read More
PowerShell: Cannot find proper .ctor when the .ctor has only one argument of type List<T>...


powershellsyntaxconstructorparameter-passing

Read More
What does the global function `toString` (not called as a method) do?...


javascriptsyntax

Read More
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
BackNext