Reverse a string: Difference between revisions

add input reversing BLC program
(Add Refal)
imported>Tromp
(add input reversing BLC program)
Line 748:
 
<syntaxhighlight lang="befunge">55+~>:48>*#8\#4`#:!#<#~_$>:#,_@</syntaxhighlight>
 
=={{header|Binary Lambda Calculus}}==
 
This 9 byte program, featured on https://www.ioccc.org/2012/tromp/hint.html, reverses its input in byte-oriented BLC:
 
16 46 80 17 3e f0 b7 b0 40
 
=={{header|BQN}}==
Anonymous user