2 lines
55 B
Factor
2 lines
55 B
Factor
IN: math.parser
|
|
: oct> ( str -- n/f ) 8 base> ; inline
|
IN: math.parser
|
|
: oct> ( str -- n/f ) 8 base> ; inline
|