HU/Int: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
Egy '''int'''eger az egy egész szám (vagyis, tizedes pont nélkül). Ami lehet   | Egy '''int'''eger az egy egész szám (vagyis, tizedes pont nélkül). Ami lehet pozitív, nulla, vagy negatív.  | ||
A number with a decimal point and following numbers is referred to as a [[float]] number.  | A number with a decimal point and following numbers is referred to as a [[float]] number.  | ||
Revision as of 17:18, 18 July 2018
Egy integer az egy egész szám (vagyis, tizedes pont nélkül). Ami lehet pozitív, nulla, vagy negatív.
A number with a decimal point and following numbers is referred to as a float number.
Lua allows you to use these interchangeably and will convert between the two as needed.
Fordította
Surge