diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-09-11 22:49:26 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-09-11 22:49:26 +0100 |
| commit | cbcf4b6071a55a8e80c41647e81715cf8505bdf8 (patch) | |
| tree | 1f0c3a382460bd20e7790b31afe5ac46b9a99b39 /examples | |
| parent | e6e0aba8c31f5c9ccec7d0113d63f5104df74ea1 (diff) | |
Fix issue #94
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/demo.odin b/examples/demo.odin index 8b772e883..7ab5a81a6 100644 --- a/examples/demo.odin +++ b/examples/demo.odin @@ -20,6 +20,7 @@ when ODIN_OS == "windows" { import win32 "core:sys/windows.odin"; } + general_stuff :: proc() { { // `do` for inline statmes rather than block foo :: proc() do fmt.println("Foo!"); |