Name

Macro LOCALLY-ENABLE-SQL-READER-SYNTAX — Globally enable square bracket reader syntax.

Macro

Syntax

      locally-enable-sql-reader-syntax => 

Arguments and Values

None.

Examples

Intended to be used in a file for code which uses the square bracket syntax without changing the global state.

        #.(locally-enable-sql-reader-syntax) 
        
        ... CODE USING SYMBOLIC SQL SYNTAX ... 
        
        #.(restore-sql-reader-syntax-state) 
      

Side Effects

Modifies the default readtable.

Affected by

None.

Exceptional Situations

None.

Notes

The symbolic SQL syntax is disabled by default.