initial commit with vorgabe
This commit is contained in:
11
builtins.simple
Normal file
11
builtins.simple
Normal 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)
|
Reference in New Issue
Block a user