src/repl/welcome

Search:
Group by:
Source   Edit  

Types

Welcome = object
Source   Edit  

Consts

NimblePkgVersion {.strdefine.} = ""
Source   Edit  

Procs

proc welcome(output: Output; nim: string) {....raises: [IOError, OSError],
    tags: [WriteIOEffect, ExecIOEffect, ReadIOEffect, RootEffect], forbids: [].}
Shows the welcome message with the Nim compiler version and path. Source   Edit