Function: exit

Usage: @exit() Note : This function is bugged in version 1.0 final.
This function immediately exits script, without outputing anything.
<#cws
@if_null($GET_pass, @exit(), @print("You are allowed to access this area"))
#>