Changes between Version 112 and Version 113 of j2p
- Timestamp:
- 08/19/24 17:15:59 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v112 v113 316 316 {{{pass}}}, to ensure that the code is a proper statement. 317 317 318 Any line containing an import ({{{from ... imp port}}} or {{{import ...}}}318 Any line containing an import ({{{from ... import ...}}} or {{{import ...}}} ) 319 319 without leading whitespace is interpreted as a global import. If you place an INDENT before the import, it's not a global import anymore and kept in-line with the code. 320 320