new accessors

db4
Doug Coleman 2008-09-02 12:36:35 -05:00
parent 24736c038c
commit 9ad4b50855
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ TUPLE: tag value ;
tagnum get (>>value) ;
M: string >ber ( str -- byte-array )
tagnum get tag-value 1array "C" pack-native swap dup
tagnum get value>> 1array "C" pack-native swap dup
length >ber-length-encoding swapd append swap
>byte-array append ;