Files
Demo/Datei1.txt
Reckling 5bc0a6d998 function g
demo if else
2019-12-20 10:46:05 +01:00

29 lines
331 B
Plaintext

Hello!
b <- function() {
#this function is a demo function
ggplot() +
ggpoint() +
scale_discrete() +
theme()
}
def neue_funktion():
print("kreativ")
print("sven")
print("welt")
g <- if(b == a) {
print("bla bla")
} else {
print("nee")
}
print("issues")
plot(letters[1:5], seq(1:5))
grid()
#finale oh oh