Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

How can I closely achieve ?: from C++/C# in Python?

How do I declare the version number for a Perl module?

perl syntax coding-style

How do I use pattern matching in 'let' definitions?

syntax f# pattern-matching

Mystical "F colon" in c#

c# syntax

No semicolon before [] is causing error in JavaScript

Simple way to test if multiple variables have same value, ruby

ruby syntax

keyword "auto" C++ and "dynamic" C#

c# c++ dynamic syntax reference

How to extract substring in Groovy?

string syntax groovy substring

How can I define TypeScript type for a setState function when React.Dispatch<React.SetStateAction<string>> not accepted?

SQL CASE [Column] WHEN IN ('case1', 'case2') THEN 'oops' END?

sql-server syntax case sql

Haskell: Would "do" notation be useful for contexts other than monads?

syntax haskell

C# multiline string with html

c# string syntax

Is there a speed difference between <?php echo $var; ?> and <?=$var?>?

php syntax php-shorttags

<?php instead of <?

php syntax

Methods inside namespace c#

c# class syntax namespaces

SQL, Incorrect syntax on CASE statement near the keyword 'FROM'

sql sql-server tsql syntax case

What is the difference between the PHP open tags “<?=” and “<?php”/“<?”?

php syntax

Given three side of a triangle, how can I define whether it is a degenerate triangle or not?

c syntax

What is ":" in PHP? [closed]

php syntax

How can I define a property on an ASP.NET user or server control to allow multiple string values as nested tags with a custom tag name?