Changeset 5204
- Timestamp:
- Oct 30, 2022, 9:52:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/ekeys.e ¶
r5202 r5204 159 159 160 160 defproc ESecondExpansion 161 universal comment_auto_terminate162 163 161 fForce = wordpos( 'FORCE', upcase( arg( 1))) 164 162 … … 261 259 endif 262 260 263 elseif pos( '/*', StripLineStr) & comment_auto_terminate then264 call NextCmdAltersText()265 if not pos( '*/', StripLineStr) then266 endline267 keyin ' */'268 endif269 'Newline newline'270 261 else 271 262 retc = 1
Note:
See TracChangeset
for help on using the changeset viewer.