mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
c3da90fce0
index into variables in either substitution (i.e. $bob[25]) or assignment (i.e. bob[25] = 'q') When using assignment into an index of a var, the current character is removed and replace with the new value. That means that if the new value is longer than one character, the string will grow. A feature that may be done in the future is indexing between two values to get a substring, ie bob[25..30] = newstr. |
||
---|---|---|
.. | ||
audio | ||
console | ||
gamecode | ||
models | ||
util | ||
video | ||
.gitignore | ||
Makefile.am |