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 ...@@ -11,7 +11,7 @@ Defines a static variable and when preprocessing fills all parts with that varia
### Control Flow Directive ### 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. 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: class Dummy:
def __init__(self, y): def __init__(self, y):
self.x = y self.x = y
...@@ -22,7 +22,7 @@ class Dummy: ...@@ -22,7 +22,7 @@ class Dummy:
!endif !endif
``` ```
### Example ### Example
```py ```
!define flag as 1323 !define flag as 1323
!define name as "floem" !define name as "floem"
......
...@@ -8,7 +8,7 @@ with open(current_dir / 'README.md', encoding='utf-8') as f: ...@@ -8,7 +8,7 @@ with open(current_dir / 'README.md', encoding='utf-8') as f:
setup( setup(
name = 'floem', name = 'floem',
packages = ['floem'], packages = ['floem'],
version = '0.1', version = '0.1.1',
author = 'BTaskaya', author = 'BTaskaya',
author_email = 'batuhanosmantaskaya@gmail.com', author_email = 'batuhanosmantaskaya@gmail.com',
url = 'https://btaskaya/floem', 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