]> gitweb.factorcode.org Git - factor.git/blob - extra/bencode/bencode-docs.factor
functors: inline the parts of interpolate this needs
[factor.git] / extra / bencode / bencode-docs.factor
1 USING: help.markup help.syntax kernel strings ;
2 IN: bencode
3
4 HELP: >bencode
5 { $values { "obj" object } { "bencode" string } }
6 { $description "Encodes an object using the bencode algorithm." } ;
7
8 HELP: bencode>
9 { $values { "bencode" string } { "obj" object } }
10 { $description "Decodes an object using the bencode algorithm." } ;