Hidden commands / features
Posted: Sat Oct 29, 2016 6:35 pm
I did not know where to post this so I hope MMISCOOL and other develloppers will read this.
So I was strolling around on a website and found this:
Normally to print something to a webpage we use the wprint command like
Now I saw the following code:
So the guy was not using the wprint command but used html as a command.
Naturally I had to try it and indeed it worked. So you can substitute wprint with html and visa versa.
Wonder what more is hidden in ESP-Basic.
Luc
So I was strolling around on a website and found this:
Normally to print something to a webpage we use the wprint command like
Code: Select all
wprint "<h1>Test</h1>"
Now I saw the following code:
Code: Select all
html | <h1>Demo</h1>|
So the guy was not using the wprint command but used html as a command.
Naturally I had to try it and indeed it worked. So you can substitute wprint with html and visa versa.
Wonder what more is hidden in ESP-Basic.
Luc