Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 307 Bytes

strval.sh.md

File metadata and controls

14 lines (12 loc) · 307 Bytes

strval

strval -- Casts a variable as a string value.

Casts variable into string type.

Usage

// 1-a. Function from.
void func::strval(string* output, string input)
// 1-b. Inplace function form.
void func::strval(string* variable)
// 2. Command form.
bool sub::strval(string input) > output