summaryrefslogtreecommitdiff
path: root/baby.golem
diff options
context:
space:
mode:
Diffstat (limited to 'baby.golem')
-rw-r--r--baby.golem4
1 files changed, 2 insertions, 2 deletions
diff --git a/baby.golem b/baby.golem
index 6da1cb9..52a07f9 100644
--- a/baby.golem
+++ b/baby.golem
@@ -5,8 +5,8 @@ const dwidth = 396;
const dheight = 224;
// simple function
-fn hello()
+fn hello(coucou)
{
- var x = 10;
+ var x = coucou * 10;
return x;
}