1 Commits

Author SHA1 Message Date
e1e5ec6685 plot() und lines()
remove #4
2019-12-19 14:16:43 +01:00

View File

@@ -8,3 +8,6 @@ def neue_funktion():
aki <- func(x) { aki <- func(x) {
print(x) print(x)
} }
plot(1:10, rep(1,10))
lines(1:10, 1:10)