Autism (Esolang)

From Esolang
Jump to navigation Jump to search

Someone needs to make this a real esolang. ok

Caption text
Function Code Example
Prints a value SayItCorrectly((lowercase word)(uppercase word)(1’s for capital and 0’s for lowercase and including punctuation)) SayItCorrectly((hello world)(HELLO WORLD)(10000 10000!))- prints Hello World!
Assigns a value This_is_acually_a_variable([variable]) = [value] This_is_acually_a_variable(x) = 1
inputs words-but only repeated ones Say_Echolalia([words]) Say_Echolalia((hello)(HELLO)(10000)) - prints Hello then asks for input. It only reads repeated ones. e.g. in HiHi it inputs Hi
Ends program meltdown([message]) meltdown(Ahh!) returns AAhhhh!! and ends program