LUAL_BUFFERSIZE ( -- x ) - Factor Documentation

LUAL_BUFFERSIZE ( -- x )


Vocabulary
lua

Inputs
None

Outputs
x an object


Definition
USING: combinators system ;

IN: lua

: LUAL_BUFFERSIZE ( -- x )
{
{ [ os windows? ] [ 512 ] }
{ [ os macos? ] [ 1024 ] }
{ [ os unix? ] [ 8192 ] }
} cond ;

AltStyle によって変換されたページ (->オリジナル) /