Is it possible to add some new syntax into javascript? Like if I want it to have a synatx like:
mul>10>20
and it result 200
or if say mul(2)(3)
and it result as 6 ? It is possible? I saw similar question somewhere to do this? So I am not sure if it is possible or not? If not in JS is it possible in other languages like C, Java, Python ? My understanding is that all these languages are only able to add some functionality for new objects and even those new objects can only have operators and syntax that a language itself already have? So am I correct or this is possible to add new syntax to these langauges?