Imgflip Logo Icon

Fun Fact:

Fun Fact: | imgflip replies are just like statements in Python functions, they can stop whenever indentation is not implied. | image tagged in memes,change my mind,fun fact,python,oh dear | made w/ Imgflip meme maker
292 views 5 upvotes Made by anonymous 5 years ago in Everyones_A_Mod
Change My Mind memeCaption this Meme
28 Comments
2 ups, 5y,
1 reply
DO SNAKES HAVE FUNCTIONS? | made w/ Imgflip meme maker
[deleted] M
2 ups, 5y
Pikachu Is Not Amused | image tagged in pikachu is not amused | made w/ Imgflip meme maker
2 ups, 5y,
1 reply
def Truth(): print("Python is not that wonderful")
Truth()
[deleted] M
2 ups, 5y,
2 replies
Shrugging Tom | image tagged in shrugging tom | made w/ Imgflip meme maker
2 ups, 5y,
1 reply
I also got another challenge for you.... Code something in THIS >> https://gamejolt.com/games/Spam/371758

(I designed that esolang myself).
[deleted] M
2 ups, 5y
2 ups, 5y,
1 reply
Sorry... I've never been font of Python.... That stop-indent-end-scope thing is one of the reasons why.... It turned many programs I wrote into chaos... Especially when IDEs sometimes start autoconverting whitespaces.
[deleted] M
2 ups, 5y,
1 reply
Baba: So what other languages are you able to take on?
2 ups, 5y,
1 reply
Philips Casette BASIC, C64 BASIC, GW-BASIC, Q-BASIC, BlitzMax, C#, Pascal, Lua, NIL, Go, and a tiny bit of C and C++
[deleted] M
2 ups, 5y,
1 reply
2 ups, 5y,
1 reply
#include <stdio.h>
#include "savior.h"

int main(void) {
prinf("Saving PenguinACode\n");
SavePenguinACode();
return 0;
}
[deleted] M
2 ups, 5y,
1 reply
#include <iostream>
using namespace std;

int main() {
// and here i thought indentation would even work
cout << “DBSB:” << “ Don’t Bother Saving Baba!” << endl;

return 0;
}
1 up, 5y,
7 replies
using System;
namespace IdentDoesntWorkOnImgFlip {
class ThatIsAPity {
void Main() {
Console.WriteLine("Nope, Ident doesn't work here!");
}
}
}
[deleted] M
2 ups, 5y,
1 reply
main <- function() {
cat(“kinda looks like VB.net but ok”)
}
1 up, 5y
package main

import "fmt"

func main() {
fmt.Writeln("That was actually Pascal.")
fmt.Writeln("And this happens to be Go")
}
[deleted] M
2 ups, 5y,
1 reply
public class OhOk
{
public static void main(String[] args)
{
System.out.println(“oh ok Σ(-᷅_-᷄๑)”);
return 0;
}
}
1 up, 5y
Program DoYouKnowThisLanguage;
Begin
WriteLn('Sucks, eh? No indent')
End.
[deleted] M
1 up, 5y,
1 reply
HAI 1.2
VISIBLE “oh oki~”
KTHXBAI
1 up, 5y
10 PRINT CHR$(12);
20 PRINT "And this is how I used to do it in PHILIPS CASETTE BASIC"
30 PRINT "The first programming language I ever learned"
40 END
[deleted] M
1 up, 5y,
1 reply
function main() print(“ah ok, makes sense”) end
1 up, 5y
chunk MAIN
call PrintLine,"And this is a pseudo-assembler for a scripting engine I'm experimenting with"
[deleted] M
1 up, 5y,
2 replies
whamst this
0 ups, 5y
I can also show you this:

group MainGroup

void Main()
print("Hello World")
end

end

MainGroup.Group()

That is NIL.... I whipped it up myself, and I'm creating an RPG with it right now.
https://jeroentricky.wixsite.com/nillanguage
0 ups, 5y
I messed up... as the last line had of course to be: MainGroup.Main()
Silly me.
[deleted] M
1 up, 5y,
1 reply
def main()
puts “Yeah, there’s also a language called \”MoonScript\” created by Leafo.”
end
0 ups, 5y
Yeah, but I am not fond of moonscript, so I developed my own alternative to Lua.
[deleted] M
1 up, 5y
Right, ok.
[deleted] M
1 up, 5y
Change My Mind memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
imgflip replies are just like statements in Python functions, they can stop whenever indentation is not implied.