Betterlang

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Betterlang(BetterFist) is an extesion of Fist by User:ChuckEsoteric08

Commands added

;X<Y if label X has been runned, then goto Y
^X output true if X has been runned and false if not.

Or in Fiba(variant of Fist with different syntax which compiles to Batch) version:

lif;X;Y if label X has been runned, then goto Y
lout;X output true if X has been runned and false if not.