clean up indentation and spacing
[supercollider.git] / HelpSource / Classes / UniqueID.schelp
blob1eabfb35cfe5ead340f53dc99f5041876b0f7b0f
1 class::UniqueID
2 summary::source for unique numbers
3 categories::Core
5 classmethods::
7 method::initClass
9 initialize the starting id.
11 method::next
13 get next id, which is unique to the system
15 examples::
17 code::
18 // example
19 UniqueID.next;
20 UniqueID.next;
21 UniqueID.next;