$space()
DESCRIPTION
returns the space (' ') character
SYNOPSIS
$space()
ARGUMENTS
none
EXAMPLES
# pikt +C 'output "space," . $space() . "the final frontier"'
space, the final frontier
// space, not space s $char(91)$space()$tab()$char(93) S $char(91)$char(94)$space()$tab()$char(93)
rule
if $inlin eq $space()
next
fi
rule
output mail $sys . $space() . $text(#ut)
SEE ALSO
$dquote()
$squote()
$newline()
$tab()
String Functions
Numerical Functions