Function Entry: WRITE-LINE

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: WRITE-LINE

Name

write-line

Class

Function

Syntax

(write-line string [file-desc])

Arguments and Values

  • string: string
  • file-desc: optional output file descriptor

Description

Writes a line of text to the command line or to an open file.

Return Values

Host-defined success value.

Side Effects

Produces line-oriented output and appends an end-of-line marker under host file semantics.

Compatibility

End-of-line representation is an external-file concern and may differ from the implementation host defaults.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.