aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-09-11 22:49:26 +0100
committerGinger Bill <bill@gingerbill.org>2017-09-11 22:49:26 +0100
commitcbcf4b6071a55a8e80c41647e81715cf8505bdf8 (patch)
tree1f0c3a382460bd20e7790b31afe5ac46b9a99b39 /examples
parente6e0aba8c31f5c9ccec7d0113d63f5104df74ea1 (diff)
Fix issue #94
Diffstat (limited to 'examples')
-rw-r--r--examples/demo.odin1
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!");