0
私が読んで見ることができるようにRedのアクションの完全なソースコードを取得するには?
>> native? :read
== false
ネイティブではないですが、私は
write-clipboard mold :read
とソースコードを入手しようとしたとき、私は読み取り専用
make action! [[
"Reads from a file, URL, or other port"
source [file! url!]
/part {Partial read a given number of units (source relative)}
length [number!]
/seek "Read from a specific position (source relative)"
index [number!]
/binary "Preserves contents exactly"
/lines "Convert to block of strings"
/info
/as {Read with the specified encoding, default is 'UTF-8}
encoding [word!]
]]
のヘッダを持って、私は得ることができます何とか残りの部分?
@rebolekは、git(hub)ソースから読み取る関数を書きました –
また、ソースコードを取得するのに 'source'を使うことができますし、' write-clipboard mold'何もする必要はありません。 –
https ://gist.github.com/rebolek/dc1bb8c17f0c97e4dbf918126fcab6f1 –