Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Jere7188ySo.. If i live in Germany should i also use german or any other language? Im confused now 😕
-
Or in PHP, but every word is defined by a variable for god knows what reason:
<?php
$me = "I";
$action = "love";
$target = "you";
$punctuation = "."
$date = "today";
if ($date== "today") {
return $me . $action . $target . $punctuation;
$date = "any other day";
}
?> -
matanl26478y@Disreality dot concatenation!! Brings me like 7 years back (php was my first language 😁)
-
@Letmecode sehr gute Frage. Ich finde Vorurteile gegenüber einer solch tollen Sprache beleidigend >:(
Related Rants
Or in bash
alias i="echo -n 'I '; cat"
echo love you! > 3_you
i <3_you
undefined
code trick
scary
bash