09-27-2015, 10:17 PM
What if we added preprocessor to CBot?
Code:
// polski.txt
#define prawo turn
#define naprzód move
// program.txt
#include <polski.txt>
extern void object::Program()
{
prawo(90);
naprzód(5);
}
"After three days without programming, life becomes meaningless."
~The Tao of Programming
~The Tao of Programming