mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 15:31:28 +00:00
resolved system.nim conflicts
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Hallo world program
|
||||
# Hello world program
|
||||
|
||||
echo "Hallo world!"
|
||||
echo "Hello world!"
|
||||
|
||||
@@ -29,7 +29,7 @@ Iup.SetAttribute(box, "GAP", "10")
|
||||
|
||||
var dlg = Iup.Dialog(box)
|
||||
Iup.SetAttribute(dlg, "TITLE", "IupTabs")
|
||||
Iup.SetAttribute(dlg, "SIZE", "200x80")
|
||||
Iup.SetAttribute(dlg, "SIZE", "200x100")
|
||||
|
||||
discard ShowXY(dlg, IUP_CENTER, IUP_CENTER)
|
||||
discard MainLoop()
|
||||
|
||||
@@ -6,4 +6,4 @@ import
|
||||
#proc MessageBox(hWnd: int, lpText, lpCaption: CString, uType: uint): int
|
||||
# {stdcall, import: "MessageBox", header: "<windows.h>"}
|
||||
|
||||
discard MessageBox(0, "Hallo World!", "Nimrod GUI application", 0)
|
||||
discard MessageBox(0, "Hello World!", "Nimrod GUI Application", 0)
|
||||
|
||||
Reference in New Issue
Block a user