phil2bf : left and right

Friday, May 31, 2024 at 6:30 PM

I just added "left" and "right" commands to my language.

It allows to create "unbalanced" loops.

http://www.philippe97.ca/phil2bf/

This prints ABCDA :

char a char b char c char d char e
set e 'A
while e
	dec e
	inc a
	inc b
	inc c
	inc d
end
incby b 1
incby c 2
incby d 3
while a
	put a
	right 1
end
left 4
put a

Name
Password

No need to register, just enter the same name and password every time.