mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Change i.e. to e.g.
This commit is contained in:
		
							parent
							
								
									e4f9e1f788
								
							
						
					
					
						commit
						f2389b3314
					
				| @ -337,7 +337,7 @@ Inline assembly parses comments, literals and identifiers exactly as Solidity, s | ||||
| usual ``//`` and ``/* */`` comments. Inline assembly is initiated by ``assembly { ... }`` and inside | ||||
| these curly braces, the following can be used (see the later sections for more details) | ||||
| 
 | ||||
|  - literals, i.e. ``0x123``, ``42`` or ``"abc"`` (strings up to 32 characters) | ||||
|  - literals, e.g. ``0x123``, ``42`` or ``"abc"`` (strings up to 32 characters) | ||||
|  - opcodes (in "instruction style"), e.g. ``mload sload dup1 sstore``, for a list see below | ||||
|  - opcodes in functional style, e.g. ``add(1, mlod(0))`` | ||||
|  - labels, e.g. ``name:`` | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user