Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by LOL ( 14 years ago )
<digit> ::= '0'| ... |'1'.
<UInt> ::= <digit><UInt>|<digit>.
<E> = <UInt>';'.
================================================================================
<digit> ::= '0'| ... |'1'.
<UInt> ::= <digit><Uint>|<digit>.
<RGBA> ::= 'R'|'G'|'B'|'A'|'RG'|'RB'|'GB'|'RA'|'GA'|'BA'|'RGA'|'RBA'|'GBA'|'RGBA'.
<L> ::= '['<UInt>']'.
<Layer> ::= <L> | <L><L><L>.
<Channels> ::= <Layer>'.'<RGBA>.
================================================================================
Revise this Paste