If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Syntax style question
Syntax style question
I've noticed this syntax styling (within stage(0) of 'blue code'):
What does this mean ? Any idea?
Code: Select all
x = 3e10 | 0.9999 | 1
What does this mean ? Any idea?
- martinvicanek
- Posts: 1334
- Joined: Sat Jun 22, 2013 8:28 pm
Re: Syntax style question
| means bitwise or. The code line is a hack to assign a particular bitmask.