$newline()

DESCRIPTION
    returns the newline ('\n') character
SYNOPSIS
    $newline()
ARGUMENTS
    none
EXAMPLES
# pikt +C 'output "this is the end" . $newline() . "of the line"'
this is the end
of the line
        rule    // report downages for interactive scripts
                if #interactive
                        output $dnmsg
                        output $newline()
                        next
                fi
newline         $newline()
        rule    // report downages for interactive scripts
                if #interactive
                        output $dnmsg
                        output =newline
                        next
                fi
        rule
                if $level() =~~ "emerg"
                        if $proc =~~ "(PROCS)"
                                =psheader
                                output mail $newline()
                                output mail $inlin
                                output mail "\%CPU $text(#cpu,1) >= (LIMEMERG),
                                             PROPOSED ACTION: =kill -9 $PID"
                        else
                                =periodically(=psheader output mail $newline()
                                              output mail $inlin, , #period)
                        fi
                        next
                fi
SEE ALSO
    $dquote()
    $squote()
    $space()
    $tab()

    String Functions
    Numerical Functions
 
Home | FAQ | News | Intro | Samples | Tutorial | Reference | Software
Developer's Notes | Licensing | Authors | Pikt-Users | Pikt-Workers | Related Projects | Site Index | Privacy Policy | Contact Us
Page best viewed at 1024x768 or greater.   Page last updated 2019-01-12.   This site is PIKT® powered.
Copyright © 1998-2019 Robert Osterlund. All rights reserved.
Home FAQ News Intro Samples Tutorial Reference Software
PIKT Logo
PIKT Page Title
Learn about
conditionally
including
files