Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 244 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 244 Bytes

Exercise 1-20

Write a program detab that replaces tabs in the input with the proper number of blanks to space to the next tab stop. Assume a fixed set of tab stops, say every n columns.

Should n be a variable or a symbolic parameter?