aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/guard.fwd7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/guard.fwd b/examples/guard.fwd
index 6af570d..cf9578e 100644
--- a/examples/guard.fwd
+++ b/examples/guard.fwd
@@ -1,7 +1,6 @@
-/* 'any' doesn't actually exist but at the moment I'm not checking types so as
- * long as there's some type identifier here the compiler will not complain,
- * will eventually have to fix */
-fwd_println(any a);
+/* 'auto' is a special type that currently is in place of generics, will
+ * eventually be replaced but this is good enough to play around with */
+fwd_println(auto s);
guard(bool cond, () err, () ok)
{