1

initial commit with vorgabe

This commit is contained in:
ChUrl
2021-08-09 16:32:53 +02:00
commit 744de3c46e
13 changed files with 1792 additions and 0 deletions

11
builtins.simple Normal file
View File

@ -0,0 +1,11 @@
object nil:
1
def pass:
nil
object inttrait:
def add(other):
self $int_add(other)
def eq(other):
self $int_eq(other)