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 pozití,   | Egy '''int'''eger az egy egész szám (vagyis, tizedes pont nélkül). Ami lehet pozití, 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.  | ||
| Line 8: | Line 8: | ||
[[en:Int]]  | [[en:Int]]  | ||
[[de:Int]]  | [[de:Int]]  | ||
==Fordította==  | |||
Surge  | |||
Revision as of 17:17, 18 July 2018
Egy integer az egy egész szám (vagyis, tizedes pont nélkül). Ami lehet pozití, 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