Besonderhede van voorbeeld: -4695902729657970792

Metadata

Author: WikiMatrix

Data

English[en]
The inbuilt compiler functions ord() and chr() can be used to typecast single characters to the corresponding integer value of the character set in use, and vice versa. e.g. on systems using the ASCII character set ord('1') = 49 and chr(9) is a TAB character.
Serbian[sr]
Уграђене функције ord() и chr() се могу користити за пребацивање појединих знакова у њихове целебројне вредности, које су задате у ASCII табели. ord('1') = 49 a chr(9) - то је табулатор.

History

Your action: