Skip to content

Commit c7bd2fb

Browse files
committed
Fixed font size
1 parent 5bfe17f commit c7bd2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ If a local scope exceeds the bounds of a given global scope, the program will le
167167
- `print(x:2)` - Prints the output of the function until 2.
168168

169169
In Funktion, any time a function is called with `.step()`, the function will generate the next output over the given time step, moving forward from the first step to also generate the next step when initially called. By default, `.step()` will step one defined time step. If the time step is defined as 2, it will step through the input value by 2. If a function with a time step of 2 calls itself with `.step(2)`, it will step twice, generating twice, stepping through the input value by 4. The local defined time step takes precedence over the global time step for all functions in the given program, which is 1 by default if not defined at the start of the program. The step value need not align with the global or even local time step, but the function will end generation once the end value is either reached or passed.
170+
170171
---
171172

172173
### Chain of Questioning

0 commit comments

Comments
 (0)