prerano icon indicating copy to clipboard operation
prerano copied to clipboard

A new language for PHP

Results 2 prerano issues
Sort by recently updated
recently updated
newest added

Include a link to an Gitter chat where we can loosely discuss new features.

Allow ordinary code in template-strings (like in ES6+; incl. nested templates): ``` `Todays numbers are ${list.map(x => x * 2).join(', ')}` ``` Nested strings (nested Backticks): ``` `Todays numbers are...