SyntaxFix
Write A Post
Hire A Developer
Questions
$(info your_text) : Information. This doesn't stop the execution. $(warning your_text) : Warning. This shows the text as a warning. $(error your_text) : Fatal Error. This will stop the execution.
$(info your_text) : Information. This doesn't stop the execution.
$(info your_text)
$(warning your_text) : Warning. This shows the text as a warning.
$(warning your_text)
$(error your_text) : Fatal Error. This will stop the execution.
$(error your_text)