Wrapping vs. Gift Bags

The better part of three hours last night were spent wrapping a very special present for a very special girl. Now, you may ask why it took three hours to wrap a 2"x4"x4" box. Thats because it had to be perfect. Wrapping a present adds that extra something specail to a gift. Thats really what makes a present a personal gift and not a "look what I bought for you, I hope you like it" purchase.

Gift bags. They are to be used as an item of necessity. It is saying "I didn't have time to wrap this, but I still had time to get you something". They don't ruin a gift. Not by any means. They just dont add anything to it.

	var x = value_added;
	value_added = getValue("gift bag");
	print(value_added);
	

Assuming that the function getValue() function is implemented somewhere accessible, this would print 0 (zero) to the screen.

0 Comments