QB64.com

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.

CLOSE closes an open file or port using the number(s) assigned in an OPEN statement.

Syntax

CLOSE [fileNumber[, …]]

Parameter(s)

Description

See Also