Search code examples
Alternative character for decimal point '.'...

syntaxnaming-conventionsnaming

Read More
What Unicode symbols are accepted in Python 3 variable names?...

pythonvariablesunicodesyntaxpython-3.x

Read More
I'm getting an IndentationError (or a TabError). How do I fix it?...

pythonsyntaxindentationcode-formatting

Read More
Dynamic variable names in Bash...

bashvariablesdynamicsyntax

Read More
What does "for(;;)" mean?...

c++csyntaxfor-loop

Read More
Closest language to Python's syntax that is more low level language!...

pythonprogramming-languagessyntaxlow-level

Read More
How do I do the bash equivalent of $PROGPATH/program in Powershell?...

powershellsyntaxcommand-line-arguments

Read More
How to convert Set to Array?...

javascriptarrayscollectionssyntaxecmascript-harmony

Read More
Calling member arrow operator -> recursively...

c++syntaxoperator-keyword

Read More
What is special about numbers starting with zero?...

c++csyntaxnumbers

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

stringrustsyntax

Read More
Why variable names in Java cannot have same names as keywords?...

javaparsingsyntax

Read More
How does --inventory option in Ansible work when it is given value with a trailing comma?...

syntaxansible

Read More
What does # mean in Apple Swift?...

syntaxswift

Read More
How to write JSON string value in code?...

c#jsonstringsyntax

Read More
What is the meaning of three dots (...) in PHP?...

phpsyntaxoperators

Read More
What does an assignment expression involving a variable ending in empty square braces mean?...

phparrayssyntaxvariable-assignmentsquare-bracket

Read More
When do we need curly braces around shell variables?...

bashshellsyntaxcurly-bracesvariable-expansion

Read More
Testing for nil in Objective-C -- if(x != nil) vs if(x)...

objective-csyntax

Read More
Format string with custom delimiters...

pythonsyntaxformatstring-interpolationcheetah

Read More
What is the method signature means? String value() default "";...

javaspring-bootsyntaxannotations

Read More
SPSS macro to add prefix to all variables in dataset...

syntaxmacrosspssprefix

Read More
Is <- only accessible by the compiler...

scalasyntaxmacros

Read More
How can I do a line break (line continuation) in Python (split up a long line of source code)?...

pythonsyntaxline-breakslong-lines

Read More
What do ** (double star/asterisk) and * (star/asterisk) mean in a function call?...

pythonsyntaxparameter-passingiterable-unpackingargument-unpacking

Read More
Flutter use of variable <T> : context.read() instead of context<T>.read()...

flutterdartsyntax

Read More
In bash, how can I print the first n elements of a list?...

bashsyntax

Read More
What does the @ prefix do on string literals in C#...

c#.netstringsyntaxliterals

Read More
Comments in Markdown...

syntaxcommentsmarkdown

Read More
How to use the OR operator (`||`, double vertical line) to compare an expression against multiple po...

javascriptsyntaxcomparisonlogical-operatorsor-operator

Read More
BackNext