AetherlangLib: Time
Basic library for interacting with time.
      
      time dummy  @-> number 
        @ where dummy: any
        @ calls "time()" from the Julia Programming Language and returns the result. might be implementation-specific. 
      
    
    
      
      [v0.2+] 
      c.time n  @-> number 
        @ where n: number
        @ calls "time(N)" from the C Programming Language and returns the result.