名稱：
	write_bytes() - 將連續的位元組 (bytes) 寫入檔案。
語法：
	int write_bytes( string path, int start, string series );

	整數 write_bytes( 字串 路徑, 整數 起始, 字串 系列 );
用法：
	write_bytes() 從檔案 path 的第 start 位元組開始寫入 series 連續的
	位元組。如果失敗則傳回 0，成功傳回 1。
參考：
	write_file, read_bytes
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻譯：
	spock@muds.net		2000.May.28.	v22 版
