Minor typo in the reference entry of the ^operator in Bug Reports
|
|
Resolved
| BYOND Version: | N/A (Website Bug) |
| Operating System: | Windows 7 Home Premium 64-bit |
| Web Browser: | Firefox 3.6.10 |
| Applies to: | Website |
|
| Status: |
Resolved (479)
This issue has been resolved.
|
|
|
Descriptive Problem Summary:
In the reference entry for the ^ operator, the list example contains a small but important typo:
'list(1,2) | list(2,3) is equivalent to list(1,3).' should be 'list(1,2) ^ list(2,3)'
|