Search code examples
Why are both "const T" and "T const" valid, and which one should you use?...

c++csyntaxconstants

Read More
How does this function definition work?...

c++csyntaxg++

Read More
Cross-reference (named anchor) in markdown...

htmlsyntaxmarkdownanchor

Read More
Haskell requiring semicolon to be on a new line...

haskellsyntax

Read More
Where is OCaml's alternative string syntax {|...|} documented?...

syntaxocamlstring-literals

Read More
What does it do to concatenate a string to a bracketed expression, like `var x = "a" + [b]...

javascriptarrayssyntax

Read More
Misunderstanding how to use no args constructor...

javasyntaxconstructorcompiler-errors

Read More
What does the `and` keyword mean in OCaml?...

syntaxocaml

Read More
Resolving Several Errors for a Line of Code in GAMS software...

syntaxmodelinggams-math

Read More
Enums: methods exclusive to each one of the instances...

javaenumssyntax

Read More
Difference between '..' (double-dot) and '...' (triple-dot) in range generation?...

rubysyntaxrange

Read More
Proper syntax in redshift sql for "schema"."table"."field"?...

amazon-web-servicessyntaxsql-updateamazon-redshift

Read More
Is there a more elegant syntax for these boolean expressions?...

c++syntaxboolean

Read More
What is the difference between syntax and semantics in programming languages?...

syntaxprogramming-languagessemantics

Read More
Syntax error using keyboard input in a simple python code...

pythonpython-2.7inputsyntax

Read More
Is there a difference between "pass" and "continue" in a for loop in Python?...

pythonloopssyntaxcontinue

Read More
What is a parameter forward declaration?...

csyntaxparametersforward-declaration

Read More
Is Oracle alter table drop constraint drop index syntactically valid?...

oracle-databasesyntaxoracle11galter-table

Read More
How can I write an empty indented block (and avoid an IndentationError) in Python?...

pythonsyntaxtry-catchindentation

Read More
Do dictionaries have the same implicit line continuation as parentheses?...

pythonsyntax

Read More
jQuery Ajax scripts do not work on mobile browsers (any kind)...

phpjqueryajaxsyntaxmobile-browser

Read More
Special characters used in Snowflake syntax: => and @...

sqlsyntaxsnowflake-cloud-data-platform

Read More
How to use double or single brackets, parentheses, curly braces...

bashsyntax

Read More
Using quotation marks inside quotation marks...

pythonsyntaxstring-literalsquoting

Read More
Why does g++ compile this?...

c++syntaxsegmentation-fault

Read More
Java Generics <T> Meaning...

javagenericssyntaxtype-parameter

Read More
Difference between LIKE and ~ in Postgres...

sqlregexpostgresqlsyntax

Read More
Java compiler complains about perfectly valid syntax...

javasyntax

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

sqldatabasesyntaxdatabase-agnosticansi-sql-92

Read More
Use of commas versus semicolons?...

javascriptsyntaxcomma-operator

Read More
BackNext