function g
demo if else
This commit is contained in:
@@ -13,6 +13,13 @@ def neue_funktion():
|
|||||||
print("sven")
|
print("sven")
|
||||||
|
|
||||||
print("welt")
|
print("welt")
|
||||||
|
|
||||||
|
g <- if(b == a) {
|
||||||
|
print("bla bla")
|
||||||
|
} else {
|
||||||
|
print("nee")
|
||||||
|
}
|
||||||
|
|
||||||
print("issues")
|
print("issues")
|
||||||
|
|
||||||
plot(letters[1:5], seq(1:5))
|
plot(letters[1:5], seq(1:5))
|
||||||
|
|||||||
Reference in New Issue
Block a user