7
B00-H00
7y

Been here for quite a while now and eventually made an Account.
It cannot be said often enough:
DevRant is awesome!

following: mandatory "Hello World"

import System.Drawing
import System.Windows.Forms
f = Form()
f.Scale(.6,.45)
f.Controls.Add(Label(Text: "Hai wurld!", Location: Point(60,30)))
f.Controls.Add(Button(Text: "KTHXBYE", Location: Point(50,55), Click: {Applikation.Exit()}))
Applikation.Run(f)

Comments
Add Comment