Changes

From Vendetta Online Wiki
Jump to: navigation, search

Binds

12 bytes removed, 03:47, 27 July 2010
/* Using Quotes */
==Using Quotes==
Quotes need to be dealt with in a similar manner to other programming languages, with the exception that there is not an escape character. In order to nest a quote within a bind definition, you need to switch from the outside double quotes (“") to an apostrophe or single quote (‘').
In the below example, the alias example creates a new alias foo, that contains two commands included within the single quotes. It also calls a third alias, foo3.
7
edits