functions

This is a list of all the functions available to programmers on 
the MUD:

Flow control:        @print(), @switch(), @strcheck(), @execute(),
                     @call(), @fieldloop(), @strloop()
String Manipulation: @print(), @strlen(), @substr(), @lc(), @uc(),
                     @lcfirst(), @ucfirst(), @substitute
Database Operations: @testflag(), @setflag(), @getfield(), @setfield(),
                     @g(), @s(), @location(), @move(), @setdest(), 
                     @player(), @object(), @exit(), @name(), @shortname() 
Logic:               @eq(), @lt(), @gt(), @and(), @or(), @not(), @xor()
Math:                @add(), @sub(), @mul(), @div(), @idiv(), @mod(), 
                     @neg(), @log(), @ln(), @exp(), @rand()
Miscellaneous:       @print(), @tell(), @tellroom(), @time(), @let()

To learn more about a specific function, type "help function-name".
For example, to learn more about @switch, type "help @switch()". To
learn about using functions in general, type "help programming".