8 Jui
2009
8 Jui
'09
20:40
foo.scm includes bar.scm in bar.scm, is there any command I cay say that will tell foo.scm to ignore the rest of the file? I don't want to commnent out all the second half of bar.scm nor do I want to put a lambda around it (complaints about define) is there someway I can access a continuation or something and jump out of the include? thanks!