Changeset 4068
- Timestamp:
- Jun 16, 2020, 4:34:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/epmlex.e ¶
r3989 r4068 646 646 fStarted = (proof_prevline >= proof_firstline) 647 647 CurChar = leftstr( LineStr, 1) 648 if .col = proof_firstcol & CurChar <> ' ' ¬ fStarted then648 if .col = proof_firstcol & not fStarted then 649 649 -- Go to word begin 650 650 if .col <> 1 then
Note:
See TracChangeset
for help on using the changeset viewer.