| 
By downloading this code you agree to the
 Source Code Use License (PDF).  | 
{   version = 1.02; (* of tabify.p 2010 Sep 13}
(* begin module describe.tabify *)
(*
name
   tabify: convert space delimited table to tab delmiters
synopsis
   tabify(input: in, output: out)
files
   input: file with space delimiting
   output: file with tab delimiting
description
   The xyplo and other programs in the Delila system use spaces
   to delimit tables.  Any number of spaces are allowed.  However,
   sometimes we would like to read a table into a word processor
   or spread sheet.  Tab delimiters make this easier.
   New as of 2010 Sep 13:  leading blank characters are ignored so
   the first column is really treated as a first column.
examples
documentation
see also
   Related method:  rembla.p rb.p
author
   Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.tabify *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}