Both strings go in the main function. For example: Code:
function main() { Camera.clip_near = 5; Camera.clip_far = 20;
That will make it so you can see really close, but 20 will make everything past a few inches clipped. You should set clip_far to the same, or slightly higher than your fog_end is.