# ./chaos
Chaos Language 0.0.1-alpha (Aug 18 2020 14:43:22)
GCC version: 9.3.0 on linux
Turn chaos into magic!
kaos> num def a(num a, num b)
.... num z = 0
.... end {}
kaos> a()
Chaos Error:
Module: /root/chaos/__interactive__.kaos
Line: 4
Incorrect argument count for function: a
Absorbed by Interactive Shell
kaos> a(1,2)
Segmentation fault