line |
Prev | Deprecated and Removed Elements | Next |
Name
line — Replaced by code
Synopsis
Content Model | |
line ::= (#PCDATA) |
Deprecated since Regina 4.96
Description
This element (used to store a Python script one line at a time) was
replaced in Regina 4.96 with text
, which stores the entire
script at once.
The old line
element has been kept for backward compatibility,
in that Regina still understands it when reading data files; however,
any new code that writes data files should use a single text
element instead.
A line
element contains a single line of a Python script.
Whitespace is relevant and is considered a part of this line.
Line breaks are relevant and should not exist within this element.
Prev | Contents | Next |
flags | Up | op |