Fixed Link in BefunGen desc
This commit is contained in:
parent
b2caa78e07
commit
a83b746f9d
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
> **NOTE:**
|
> **NOTE:**
|
||||||
>
|
>
|
||||||
> If you don't know the esoteric language Befunge I can refer you to the [esolang page](http://esolangs.org/wiki/Befunge) and my own [tutorial](/__INSERT__LINK_HERE__.php)
|
> If you don't know the esoteric language Befunge I can refer you to the [esolang page](http://esolangs.org/wiki/Befunge) and my own [tutorial](/blog/2/Lets_do_Befunge93)
|
||||||
|
|
||||||
## BefunWrite
|
## BefunWrite
|
||||||
|
|
||||||
@ -83,4 +83,4 @@ The problem here is that there may be code that never gets executed (not part of
|
|||||||
BefunHighlight tries to solve this by evaluating every possible path an program can execute and so calculating the ways a single command is used.
|
BefunHighlight tries to solve this by evaluating every possible path an program can execute and so calculating the ways a single command is used.
|
||||||
Based on these informations it's now possible for another program to better highlight the source code.
|
Based on these informations it's now possible for another program to better highlight the source code.
|
||||||
|
|
||||||
Be aware that **p**ut and **g**et operations will invalidate the calculated values and it is needed to update them.
|
Be aware that **p**ut and **g**et operations will invalidate the calculated values and it is needed to update them.
|
||||||
|
Loading…
Reference in New Issue
Block a user