package examples import ( "std" ) let hello = Rows[ Label "Hello!", Button "Quit" @click:=std.Quit] main = std.Window hello