[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Scope of defined names
From: |
Raphael Mankin |
Subject: |
Scope of defined names |
Date: |
Sun, 1 Dec 2024 20:15:05 +0000 |
User-agent: |
Mozilla Thunderbird |
What is the scope of a defined name? If I write, for instance:
tune = { a b c d }
Is the scope of the name "tune" the whole compilation unit, the
smallest enclosing book, book part, score, bracketed expression ...? Can
it be redefined in an inner or in a parallel scope?
I have not spotted this issue being addressed in NR.
- Scope of defined names,
Raphael Mankin <=