logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

flush-output - (output)

Description

Use flush-output statement to flush any pending output. This can be useful if the complete output would take longer to produce and intermittent partial output would be needed.

Examples

In this case the complete output may take at least 20 seconds. With flush-output, the message "This is partial output" will be flushed out immediately. @This is partial output flush-output sleep(20); @This is final output

Name

flush-output - (output)

Purpose

Flush output.

See Also

Output finish-outputflush-outputoutput-statementprint-formatprint-outprint-path See all documentation $DATE $VERSION GOLF(2gg)

Syntax

flush-output

See Also