blob: 4d882188a9bec31198f8eb886589b17d4d3844e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#print
There is another file named "table" in this directory.
Find all numbers and surround them with "*" characters (that
is, "345" becomes "*345*". Then rewrite the file
and type "ready".
#create Ref
Income
Wages *73*
Interest *20*
Gambling *5*
Other *2*
#create table
Income
Wages 73
Interest 20
Gambling 5
Other 2
#user
#cmp table Ref
#log
#next
37.2e 5
|