Cleanup Slice and Tuple generation
This commit is contained in:
@@ -156,6 +156,9 @@ window_procedure :: (hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM): LRE
|
||||
multiple_return_values :: (i: int): int, int
|
||||
return i, i*2
|
||||
|
||||
slice :: (i: []int)
|
||||
return
|
||||
|
||||
WinMain :: (hInstance: HINSTANCE, hPrevInstance: HINSTANCE, lpCmdLine: LPSTR, nShowCmd: int): int
|
||||
a, b := multiple_return_values(10)
|
||||
window_name := string_to_string16("Have a wonderful day! 豈 更 車 賈 滑 串 句 龜 ")
|
||||
|
||||
Reference in New Issue
Block a user