Built-in variables include the request's attributes and parameters. In additions, they include the variables identifiing a browser, such as ie, gecko, opera, webkit, ff (the same as gecko) and safari (the same as gecko). The browser variables are a double representing the version of the browser. For example, @if (@ie < 9) {...}
.
@author tomyeh
|
|