fork download
  1. proc createWindow(x, y, width, height: int; title: string;
  2. show: bool): int =
  3. discard
  4.  
  5. var w = createWindow(0, 0, title = "My Application",
  6. height = 600, width = 800, true)
Success #stdin #stdout 0s 2428KB
stdin
Standard input is empty
stdout
Standard output is empty