1
0

Fixed Link in BefunGen desc

This commit is contained in:
Mike Schwörer 2014-10-12 13:24:38 +02:00
parent b2caa78e07
commit a83b746f9d

View File

@ -12,7 +12,7 @@
> **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
@ -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.
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.