mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Fix assignment operators
This commit is contained in:
		
							parent
							
								
									1ec74f8cc4
								
							
						
					
					
						commit
						ca5e6a6bd4
					
				| @ -204,6 +204,7 @@ The following is the order of precedence for operators, listed in order of evalu | |||||||
| | *14*       | Ternary operator                    | ``<conditional> ? <if-true> : <if-false>`` | | | *14*       | Ternary operator                    | ``<conditional> ? <if-true> : <if-false>`` | | ||||||
| +------------+-------------------------------------+--------------------------------------------+ | +------------+-------------------------------------+--------------------------------------------+ | ||||||
| | *15*       | Assignment operators                | ``=``, ``|=``, ``^=``, ``&=``, ``<<=``,    | | | *15*       | Assignment operators                | ``=``, ``|=``, ``^=``, ``&=``, ``<<=``,    | | ||||||
|  | |            |                                     | ``>>=``, ``>>>=``, ``+=``, ``-=``, ``*=``, | | ||||||
| |            |                                     | ``/=``, ``%=``                             | | |            |                                     | ``/=``, ``%=``                             | | ||||||
| +------------+-------------------------------------+--------------------------------------------+ | +------------+-------------------------------------+--------------------------------------------+ | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user