这☪他✺妈✾都✣啥☾完♗意♮啊

From Esolang
Jump to navigation Jump to search

这不是正确的标题。正确的标题是HUH?.png

The title of this article is not correct because of technical limitations. The correct title is actually HUH?.png.

HUH?.png is a language based on all kind of IDS structures and CHINESE CHARACTERS.

Syntax

Caption text
HUH?.png Mean of it
⿰[comments][format] Print out the (comments) with (format).
⿲[comments][format][mode] Print out the (comments) with (format) and (mode).
⿱[comments][prompt] Input the (comments) with (prompt).
⿳[comments][prompt][format] Input the (comments) with (prompt) and (format).
⿸[value1][value2] Return value1+value2.
⿺[value1][value2] Return value1-value2.
⿹[value1][value2] Return value1*value2.
⿽[value1][value2] Return value1/value2. (Note: That is the RD IDS Struct)
⿵[variable][value] Set variable to value.
⿷[variable][type] Set variable to type.
⿶[variable1][variable2] Swap two variables.
⿼[variable1][variable2] Copy variable1 to variable2. (Note: That is the URD IDS Struct)
⿴[variable][type] Change variable to type.
⿾[variable] Opposites the variable. (Note: That is the MI IDS Struct)
⿿[variable] Delete the variable. (Note: That is the RO IDS Struct)
[expression1]㇯[expression][operation2] Return expression1 operation expression2. (Note: That is the SUB IDS Struct)
□[expression] Return !expression.
etc etc

Program

Hello, world

⿰["Hello, world!"]["%s"]

A+B

⿷[a][Integer]
⿷[b][Integer]
⿷[c][Integer]
⿳[a, b][""]["%d%d"]
⿵[c][⿸[a][b]]
⿰[c]["%d"]