R Funktion

This commit is contained in:
2019-12-19 12:32:31 +01:00
parent 2a62d904f7
commit 9d5c3ceae2

View File

@@ -4,3 +4,7 @@ Lorem Ipsum
def neue_funktion(): def neue_funktion():
print("funk") print("funk")
a <- func(x) {
print(x)
}