Difference between revisions of "NXSL:ord"

17 bytes added ,  16:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
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) -> 97
  ord("a") -> 97
  ord(abc) -> 97
  ord("abc") -> 97