In PHP, single quotes (') can be used to declare strings that PHP will not look for variables or escapes inside. transpiler does not seem to support these as it gets confused and refuses to transpile when I use them in my code.
Example:
print('I like single quotes');
In PHP, single quotes (') can be used to declare strings that PHP will not look for variables or escapes inside. transpiler does not seem to support these as it gets confused and refuses to transpile when I use them in my code.
Example: