From 21d411ea95c58d40934e1630d034eee30c6ddfa8 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Tue, 28 Sep 2021 11:13:44 +0200 Subject: [PATCH] Add slides --- test.imba | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test.imba diff --git a/test.imba b/test.imba new file mode 100644 index 0000000..ef6b017 --- /dev/null +++ b/test.imba @@ -0,0 +1,8 @@ +def method param + console.log param + +def method name, {title, desc = 'no description'} + console.log name,title,desc + +def multiply a\number, b\number + a * b \ No newline at end of file