Changes between Version 6 and Version 7 of j2p
- Timestamp:
- 06/07/23 14:16:23 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v6 v7 29 29 30 30 == Usage 31 Comments can contain python code if the block starts with { @link #CODE_IN_COMMENT_TXT}. This code replaces the entire object (if/case/while block; statement) that follows the comment.31 Comments can contain python code if the block starts with {{{#PY}}}. This code replaces the entire object (if/case/while block; statement) that follows the comment. 32 32 33 33 Python has strict requirements regarding indentation. To make this possible, we need to be strict about indentation as well. In a single line python comment, the code must look exactly like