Next: @| Prev: @@ commands Up: @@ commands Top: Top WEB command `@@': The character '@'.

`@@' inserts the single character '@'.

Don't forget to double the at even inside strings. For example,

------------------------------------------------------------------------------- puts("'@@' is represented by `@@@@'"); -------------------------------------------------------------------------------