Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 299 Bytes

ord.sh.md

File metadata and controls

14 lines (12 loc) · 299 Bytes

ord

ord -- Gets a character's ASCII code.

Sets ASCII value of character to variable.

Usage

// 1-a. Function form.
void func::ord(string* variable, string character)
// 1-b. Function form.
void func::ord(string* variable)
// 2. Command form.
void sub::ord(string character) > output