The following macros are translated when the file gets saved:


function

description

Notes

@@login(…)

will be translated to $app→login(…)

For some commonly used functions, it is more convenient to use the @@ notation as PHsPeed will 'know' in what module the function resides. So you don't have to remember that login is part of the $app.

@@showMessage

will be translated to $app>showMessage(…)