# Ye Olde Adding Machine Sample File # Thou art allowed to haveth comments in thine file # a = 7 henceforth a shalt holde ye olde 7 # b = 8 henceforth b shalt holde ye olde 8 # c = a + b henceforth c shalt holde a pluseth b # exponent = 2 henceforth exponent shalt holde ye olde 2 # d = a ^ exponent henceforth d shalt holde a exulted exponent # print d printeth d # one = 1 henceforth one shalt holde ye olde 1 # d = d - one henceforth d shalt holde d minuseth one # print d printeth d # d = d / a henceforth d shalt holde d divideth by a # g = c * b henceforth g shalt holde c timeth b # printf g printeth g # Huzzah! Thine bidding be doneth. doneth