Global variables
There are global variables available within kytschBASIC. For example:
BITMAPFONT "_ROOT/kytschi/fonts/Sixtyfour.ttf"
| Parameter | Description |
|---|---|
| _ROOT | The root folder where the source of the project is held |
| _VALID['captcha'] | Confirm the captcha supplied is a valid one |
| _POST | The POST data array |
| _GET | The GET data array |
| _RURL | The ROOT URL, for example https://kytschbasic.org |
| _URL | The page URL including any variables passed over |
| _PATH | The page path from the URL, for example /globals |