What I\'m trying to figure out is if something such as this (written in C):
#define FOO 15 #define BAR 23 #define MEH (FOO / BAR)
Short answer yes. You can nest defines and macros like that - as many levels as you want as long as it isn't recursive.