10: Year (Y) = 30 (30 is a VARIABLE)
B (BANKBALANCE) = X (B is a VARIABLE which is a combination of all the assets that one builds in a lifetime, can be interpreted as NETWORTH)
Y=Y+1
Month (M)=0
20: Month (M)= M+1
Week (W)=0
WEEKDAYS
Day (D)=0
30: Get up in the morning
Rush to office
Spend god knows how many hours in the air-conditioned cubicle
Come home tired to have dinner and spend the 'leftover' time with family
D=1+D
If D=5, go to module WEEKENDS; ELSE GO TO 30
END
WEEKENDS
D=0
Get up LATE in the morning
Shopping to provide enough energy to move D (Weekdays) from 0 to 5
Evening in the mall to spend money earned in module WEEKDAYS
D=1+D
A lazy Sunday
Exercise to make up for the sins over the last 6 days
Spend 'quality' time with family
Evening prepare for the module WEEKDAYS
END
W=W+1
If W=4,
B=X+dx
GO TO 20;
ELSE
GO TO module WEEKDAYS
If Y=60 (60 is a VARIABLE), EXIT
If M=12, GO TO 10
No comments:
Post a Comment