mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.10.2t30
This commit is contained in:
27
help/char
Normal file
27
help/char
Normal file
@@ -0,0 +1,27 @@
|
||||
NAME
|
||||
char - character corresponding to a value
|
||||
|
||||
SYNOPSIS
|
||||
char(j)
|
||||
|
||||
TYPES
|
||||
j integer, 0 <= j < 256
|
||||
|
||||
return string
|
||||
|
||||
DESCRIPTION
|
||||
For j > 0, returns a string of length 1 with a character that has
|
||||
the same value as j. For j = 0, returns the null string "".
|
||||
|
||||
EXAMPLE
|
||||
> print char(0102), char(0x6f), char(119), char(0145), char(0x6e)
|
||||
B o w e n
|
||||
|
||||
LIMITS
|
||||
none
|
||||
|
||||
LIBRARY
|
||||
none
|
||||
|
||||
SEE ALSO
|
||||
ord
|
Reference in New Issue
Block a user