Module value

Module value 

Source

Enums§

Value
AWK value type with dynamic typing and automatic coercion

Functions§

compare_values
Compare two AWK values according to AWK comparison rules
format_number
Format a number according to printf-style format
parse_leading_number
Parse the leading numeric portion of a string using optimized byte-based parsing “42abc” -> 42.0 “ 3.14 “ -> 3.14 “abc” -> 0.0