What does the declared() function do? It seems obvious but I can't find it in 
the manual. If it looks for the declaration of that function, what order are 
the files parsed? Are all of my project files scanned before the system Nim 
files?
    
    
    when withRealTime and not declared(getTicks):
      include "system/timers"
    

Reply via email to