Are these of assistance? Are there more? I have come across or deduced these from Max's demos.
Nick
true:{success: Some Success Message text } display message as a Notice
false:{error:Some ErrorMessage text} display message as a Warning
{var/pr: theVariable} Prints the value of theVariable
{session/clear: someSession} Clear session someSession
{session/pr: someSession} Print contents of session someSession
{chronoform:aForm} Load form aForm
{connection/event:someConnection/someEvent} connects to event someEvent in someConnection
Nick