showtabs.fun 243 B

12345678910
  1. #import std
  2. #comment -[This program reads a text file from standard input and
  3. writes it to standard output with all tab characters replaced by the
  4. string '<tab>'.]-
  5. #executable &
  6. showtabs = * ~&L+ * (~&h skip/9 characters)?=/'<tab>'! ~&iNC