XtScript: Introduction
The opening and closing tag of XtScript
Xtscript is the xtgem own server side scripting language.
Xtscript functions are very close to PHP.
Xtscript codes begin with <!--parser:xtscript--> and end with <!--/parser:xtscript-->
Xtscript can be used under "Code" block in xtgem building tools or it can be written directly if we editing the file using code editor mode.
- Basic syntax
<!--parser:xtscript--> print Hello Dear Wapmasters! <!--/parser:xtscript-->- Result
Hello Dear Wapmasters!
Last edited on