Kaydet (Commit) 1dd0c44f authored tarafından Batuhan Taşkaya's avatar Batuhan Taşkaya

fix desc

üst f32c427d
......@@ -11,7 +11,7 @@ Defines a static variable and when preprocessing fills all parts with that varia
### Control Flow Directive
Compares 2 static at preprocessing time and if comperation successfully occurs it allows the code inside the `!startif` & `!endif` directives to run. If not the code just be deleted.
```py
```
class Dummy:
def __init__(self, y):
self.x = y
......@@ -22,7 +22,7 @@ class Dummy:
!endif
```
### Example
```py
```
!define flag as 1323
!define name as "floem"
......
......@@ -8,7 +8,7 @@ with open(current_dir / 'README.md', encoding='utf-8') as f:
setup(
name = 'floem',
packages = ['floem'],
version = '0.1',
version = '0.1.1',
author = 'BTaskaya',
author_email = 'batuhanosmantaskaya@gmail.com',
url = 'https://btaskaya/floem',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment