BogusForth

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.

BogusForth is an esoteric programming language inspired by Forth and False. BogusForth was created by Antonio Maschio in 2004.

Examples

Hello, world!

"Hello, world!"i 

99 bottles of beer

99b!
def botl " bottle"i b:1-["s"i]? " of beer"i
def line1 b:[b:i]["No"i]? botl " on the wall."i10'
def line2 b:i botl "."i10'
def line3 "Take one down, and pass it around."i 10'
[b:][line1 line2 line3 b:1-b! line1 10']#
0q

External resources