AutoPatrol, Bureaucrats, Administrators
481
edits
Tomas Kirnak (talk | contribs) |
m (Text replacement - "^" to "{{deprecated}}") |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Convert a character into it's ASCII/Unicode value. | Convert a character into it's ASCII/Unicode value. | ||
Line 24: | Line 24: | ||
== Examples == | == Examples == | ||
ord(a) | ord("a") -> 97 | ||
ord(abc) -> 97 | ord("abc") -> 97 |